File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464
6565 # Initializes the CodeQL tools for scanning.
6666 - name : Initialize CodeQL
67- uses : github/codeql-action/init@v3
67+ uses : github/codeql-action/init@v4
6868 with :
6969 languages : ${{ matrix.language }}
7070 # yamllint disable rule:line-length
8181 # If this step fails, then you should remove it and run the build manually (see below)
8282
8383 - name : Autobuild
84- uses : github/codeql-action/autobuild@v3
84+ uses : github/codeql-action/autobuild@v4
8585
8686 # ℹ️ Command-line programs to run using the OS shell.
8787 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
9595 # yamllint enable rule:line-length
9696
9797 - name : Perform CodeQL Analysis
98- uses : github/codeql-action/analyze@v3
98+ uses : github/codeql-action/analyze@v4
9999 with :
100100 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change @@ -199,6 +199,6 @@ jobs:
199199 TRIVY_DB_REPOSITORY : ${{ vars.TRIVY_DB_REPOSITORY }}
200200
201201 - name : Upload Trivy scan results to GitHub Security tab
202- uses : github/codeql-action/upload-sarif@v3
202+ uses : github/codeql-action/upload-sarif@v4
203203 with :
204204 sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 2727 with :
2828 args : --sarif-file-output=snyk-code.sarif
2929 - name : Upload result to GitHub Code Scanning
30- uses : github/codeql-action/upload-sarif@v3
30+ uses : github/codeql-action/upload-sarif@v4
3131 with :
3232 sarif_file : ' snyk-code.sarif'
You can’t perform that action at this time.
0 commit comments