We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adc8c2 commit 05587b2Copy full SHA for 05587b2
1 file changed
mend-sast/action.yml
@@ -145,7 +145,7 @@ runs:
145
146
- name: Upload SARIF Report
147
if: ${{ inputs.github-upload == 'true' && steps.scan.outputs.mend-exit != '' }}
148
- uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee #v4.31.2
+ uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
149
with:
150
sarif_file: 'mend.sarif'
151
category: 'Mend SAST'
0 commit comments