Skip to content

Commit e9bef07

Browse files
authored
Ping missing semgrep actions
1 parent 6dcc60b commit e9bef07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
--exclude=JuliaRules
5555
5656
- name: Save Semgrep report
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5858
with:
5959
name: report.sarif
6060
path: report.sarif
6161

6262
- name: Upload Semgrep report
63-
uses: github/codeql-action/upload-sarif@v3
63+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.34.1
6464
with:
6565
sarif_file: report.sarif
6666
category: semgrep

0 commit comments

Comments
 (0)