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 b83e931 commit c93625dCopy full SHA for c93625d
.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 --config=p/java --metrics=off --verbose
38
- name: Upload SARIF file for GitHub Advanced Security Dashboard
39
- uses: github/codeql-action/upload-sarif@97a2bfd2a3d26d458da69e548f7f859d6fca634d # CodeQL Bundle v2.16.1
+ uses: github/codeql-action/upload-sarif@396fd27c308b7ab96df64e7e4cb9a7c6e22f4ebc # CodeQL Bundle v2.16.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments