File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646
4747 # Initializes the CodeQL tools for scanning.
4848 - name : Initialize CodeQL
49- uses : github/codeql-action/init@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
49+ uses : github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
5050 with :
5151 # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
5252 languages : java
6666 (cd function-maven-plugin && mvn install)
6767
6868 - name : Perform CodeQL Analysis
69- uses : github/codeql-action/analyze@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
69+ uses : github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
7070 with :
7171 category : ${{ matrix.working-directory }}
Original file line number Diff line number Diff line change 4949 persist-credentials : false
5050
5151 - name : " Run analysis"
52- uses : ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
52+ uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
5353 with :
5454 results_file : results.sarif
5555 results_format : sarif
6161
6262 # Upload the results to GitHub's code scanning dashboard.
6363 - name : " Upload to code-scanning"
64- uses : github/codeql-action/upload-sarif@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
64+ uses : github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
6565 with :
6666 sarif_file : results.sarif
Original file line number Diff line number Diff line change 5151 <dependency >
5252 <groupId >org.apache.maven.plugin-tools</groupId >
5353 <artifactId >maven-plugin-annotations</artifactId >
54- <version >3.9.0 </version >
54+ <version >3.10.1 </version >
5555 <scope >provided</scope >
5656 </dependency >
5757
8787 <plugin >
8888 <groupId >org.apache.maven.plugins</groupId >
8989 <artifactId >maven-plugin-plugin</artifactId >
90- <version >3.9.0 </version >
90+ <version >3.10.1 </version >
9191 <executions >
9292 <execution >
9393 <id >help-goal</id >
You can’t perform that action at this time.
0 commit comments