File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7878
7979 # Initializes the CodeQL tools for scanning.
8080 - name : Initialize CodeQL
81- uses : github/codeql-action/init@v3
81+ uses : github/codeql-action/init@v4
8282 with :
8383 languages : ${{ matrix.language }}
8484 # yamllint disable rule:line-length
@@ -113,6 +113,6 @@ jobs:
113113 # ./location_of_script_within_repo/buildscript.sh
114114
115115 - name : Perform CodeQL Analysis
116- uses : github/codeql-action/analyze@v3
116+ uses : github/codeql-action/analyze@v4
117117 with :
118118 category : /language:${{matrix.language}}
Original file line number Diff line number Diff line change @@ -201,6 +201,6 @@ jobs:
201201 TRIVY_JAVA_DB_REPOSITORY : ${{ vars.TRIVY_JAVA_DB_REPOSITORY }}
202202
203203 - name : Upload Trivy scan results to GitHub Security tab
204- uses : github/codeql-action/upload-sarif@v3
204+ uses : github/codeql-action/upload-sarif@v4
205205 with :
206206 sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 2828 command : code test
2929 args : --sarif-file-output=snyk-code.sarif
3030 - name : Upload result to GitHub Code Scanning
31- uses : github/codeql-action/upload-sarif@v3
31+ uses : github/codeql-action/upload-sarif@v4
3232 with :
3333 sarif_file : ' snyk-code.sarif'
You can’t perform that action at this time.
0 commit comments