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.
2 parents ce3d4e9 + 7b38a73 commit ad43006Copy full SHA for ad43006
.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