File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
ignore-unfixed : " true"
123
123
124
124
- name : Upload Trivy scan results to GitHub Security tab
125
- uses : github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
125
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
126
126
continue-on-error : true
127
127
with :
128
128
sarif_file : " trivy-results.sarif"
Original file line number Diff line number Diff line change 60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
63
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
64
64
with :
65
65
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments