File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
20
20
container :
21
21
# A Docker image with Semgrep installed. Do not change this.
22
- image : returntocorp /semgrep@sha256:6c7ab81e4d1fd25a09f89f1bd52c984ce107c6ff33affef6ca3bc626a4cc479b
22
+ image : image: semgrep /semgrep@sha256:7b625711ba9b6d1a543e308967b18c01b59932490a5536a06422666474bf6ee4
23
23
24
24
# Skip any PR created by dependabot to avoid permission issues:
25
25
if : (github.actor != 'dependabot[bot]')
26
26
27
27
steps :
28
28
# Fetch project source with GitHub Actions Checkout.
29
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
29
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
30
30
# Run the "semgrep ci" command on the command line of the docker image.
31
31
- run : semgrep ci
32
32
env :
You can’t perform that action at this time.
0 commit comments