There was an error while loading. Please reload this page.
1 parent 2309832 commit 64bc383Copy full SHA for 64bc383
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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
+ uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
25
with:
26
sarif_file: "./merged_results.sarif"
27
category: ${{ inputs.category }}
0 commit comments