File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ jobs:
403
403
output : ' trivy-results.sarif'
404
404
- name : Upload Trivy scan results to GitHub Security tab
405
405
if : ${{ steps.filter-images.outputs.nginx-base == 'true' && always() }}
406
- uses : github/codeql-action/upload-sarif@v2
406
+ uses : github/codeql-action/upload-sarif@v3
407
407
with :
408
408
sarif_file : ' trivy-results.sarif'
409
409
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@896079047b4bb059ba6f150a5d87d47dde99e6e5 # v2.1.37
62
+ uses : github/codeql-action/upload-sarif@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.1.37
63
63
with :
64
64
sarif_file : results.sarif
Original file line number Diff line number Diff line change 75
75
76
76
# This step checks out a copy of your repository.
77
77
- name : Upload SARIF file
78
- uses : github/codeql-action/upload-sarif@896079047b4bb059ba6f150a5d87d47dde99e6e5 # v2.1.37
78
+ uses : github/codeql-action/upload-sarif@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.1.37
79
79
with :
80
80
token : ${{ github.token }}
81
81
# Path to SARIF file relative to the root of the repository
You can’t perform that action at this time.
0 commit comments