Skip to content

Commit 1e229f4

Browse files
authored
ci: update semgrep to 1.90 [SEC-8536]
1 parent 9dc042c commit 1e229f4

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
@@ -19,14 +19,14 @@ jobs:
1919

2020
container:
2121
# A Docker image with Semgrep installed. Do not change this.
22-
image: returntocorp/semgrep@sha256:6c7ab81e4d1fd25a09f89f1bd52c984ce107c6ff33affef6ca3bc626a4cc479b
22+
image: image: semgrep/semgrep@sha256:7b625711ba9b6d1a543e308967b18c01b59932490a5536a06422666474bf6ee4
2323

2424
# Skip any PR created by dependabot to avoid permission issues:
2525
if: (github.actor != 'dependabot[bot]')
2626

2727
steps:
2828
# Fetch project source with GitHub Actions Checkout.
29-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030
# Run the "semgrep ci" command on the command line of the docker image.
3131
- run: semgrep ci
3232
env:

0 commit comments

Comments
 (0)