We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719b405 commit 2f226b1Copy full SHA for 2f226b1
.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@7f44048739d1ed01dcd72086ab991988a34a30d0 # CodeQL Bundle v2.16.1
+ uses: github/codeql-action/upload-sarif@1ec7dd2bc4c2d5776ab565aa07221b7432e62cc7 # CodeQL Bundle v2.16.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments