We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90b77a8 + 7a0bb68 commit 6d2d044Copy full SHA for 6d2d044
action.yml
@@ -115,7 +115,7 @@ runs:
115
116
- name: Upload SARIF to GitHub Security tab
117
if: inputs.upload-sarif == 'true' && steps.sarif.outputs.sarif_file != '' && steps.sarif.outputs.has_results == 'true'
118
- uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
+ uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
119
with:
120
sarif_file: ${{ steps.sarif.outputs.sarif_file }}
121
wait-for-processing: true
0 commit comments