We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3d4e9 commit 7b38a73Copy full SHA for 7b38a73
.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@v2
+ uses: github/codeql-action/upload-sarif@v3
26
with:
27
sarif_file: semgrep.sarif
28
if: always()
0 commit comments