We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 657bc6b + 8c11a2b commit 76714a0Copy full SHA for 76714a0
.github/workflows/semgrep.yml
@@ -22,7 +22,7 @@ jobs:
22
run: semgrep scan --config .semgrep/ --sarif > semgrep.sarif
23
24
- name: Upload SARIF file to GitHub Advanced Security Dashboard
25
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@v4
26
with:
27
sarif_file: semgrep.sarif
28
if: always()
0 commit comments