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 c3bb297 commit 1749121Copy full SHA for 1749121
.github/workflows/static-analysis.yml
@@ -35,6 +35,6 @@ jobs:
35
run: semgrep scan --sarif-output=semgrep.sarif
36
37
- name: "Upload SARIF report"
38
- uses: "github/codeql-action/upload-sarif@v3"
+ uses: "github/codeql-action/upload-sarif@v4"
39
with:
40
sarif_file: semgrep.sarif
0 commit comments