We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b69cc commit 6c9b6f8Copy full SHA for 6c9b6f8
.github/workflows/semgrep.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
31
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32
- uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
33
with:
34
sarif_file: semgrep.sarif
35
if: always()
0 commit comments