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 cff7c96 commit c4ff4abCopy full SHA for c4ff4ab
.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@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
+ uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
40
with:
41
sarif_file: semgrep.sarif
42
if: always()
0 commit comments