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 6455cc2 commit c8dc296Copy full SHA for c8dc296
.github/workflows/semgrep.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Run Semgrep
24
run: semgrep --config p/python --config p/secrets --sarif --output results.sarif .
25
- name: Upload SARIF file
26
- uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
+ uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
27
with:
28
sarif_file: results.sarif
0 commit comments