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 859ef4c commit 6860381Copy full SHA for 6860381
.github/workflows/semgrep.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run Semgrep
37
run: semgrep scan --sarif --output=semgrep.sarif --config=p/auto --config=p/dockerfile --config=p/typescript --config=p/javascript --metrics=off --verbose
38
- name: Upload SARIF file for GitHub Advanced Security Dashboard
39
- uses: github/codeql-action/upload-sarif@b1e4dc3db58c9601794e22a9f6d28d45461b9dbf # CodeQL Bundle v2.16.1
+ uses: github/codeql-action/upload-sarif@3de706a4a34b7e2fe37e4a10aecbdd3ec5dc0664 # CodeQL Bundle v2.16.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments