We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d552c commit 72425d7Copy full SHA for 72425d7
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@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
+ uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
25
with:
26
sarif_file: "./merged_results.sarif"
27
category: ${{ inputs.category }}
0 commit comments