Skip to content

Commit 8deac49

Browse files
authored
Update GitHub Actions versions in semgrep.yml (#4982)
Signed-off-by: Niels Lohmann <mail@nlohmann.me>
1 parent 8c5344e commit 8deac49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
# Checkout project source
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636

3737
# Scan code using project's configuration on https://semgrep.dev/manage
3838
- uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Upload SARIF file generated in previous step
4545
- name: Upload SARIF file
46-
uses: github/codeql-action/upload-sarif@v3
46+
uses: github/codeql-action/upload-sarif@7434149006143a4d75b82a2f411ef15b03ccc2d7 # v4
4747
with:
4848
sarif_file: semgrep.sarif
4949
if: always()

0 commit comments

Comments
 (0)