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 @@ -148,7 +148,7 @@ jobs:
148
148
add-cpes-if-none : true
149
149
150
150
- name : Upload scan result to GitHub Security tab
151
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
151
+ uses : github/codeql-action/upload-sarif@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6
152
152
continue-on-error : true
153
153
with :
154
154
sarif_file : ${{ steps.scan.outputs.sarif }}
Original file line number Diff line number Diff line change 62
62
63
63
# Upload the results to GitHub's code scanning dashboard.
64
64
- name : " Upload to code-scanning"
65
- uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
65
+ uses : github/codeql-action/upload-sarif@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6
66
66
with :
67
67
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments