There was an error while loading. Please reload this page.
1 parent e2f615c commit b213763Copy full SHA for b213763
1 file changed
.github/actions/upload-sarif-results/action.yml
@@ -21,7 +21,7 @@ runs:
21
22
- name: Upload ${{ inputs.category }} reports (SARIF)
23
if: ${{ !cancelled() && hashFiles('merged_results.sarif') != '' }}
24
- uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
+ uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
25
with:
26
sarif_file: "./merged_results.sarif"
27
category: ${{ inputs.category }}
0 commit comments