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 31a9408 commit e3ed906Copy full SHA for e3ed906
.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@9f45e7498becbbc08084a122b4be9ab534ac6d88 # CodeQL Bundle v2.16.1
+ uses: github/codeql-action/upload-sarif@2a8cbadc02bb64a7fd15d37c977acbad02496c80 # CodeQL Bundle v2.16.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments