We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4a2f21 + e9bef07 commit 4ba9b3fCopy full SHA for 4ba9b3f
1 file changed
.github/workflows/Semgrep.yml
@@ -54,13 +54,13 @@ jobs:
54
--exclude=JuliaRules
55
56
- name: Save Semgrep report
57
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
58
with:
59
name: report.sarif
60
path: report.sarif
61
62
- name: Upload Semgrep report
63
- uses: github/codeql-action/upload-sarif@v3
+ uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.34.1
64
65
sarif_file: report.sarif
66
category: semgrep
0 commit comments