We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05587b2 commit 9d3e356Copy full SHA for 9d3e356
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@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
+ uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
149
with:
150
sarif_file: 'mend.sarif'
151
category: 'Mend SAST'
0 commit comments