Skip to content

Commit 7ab5d51

Browse files
committed
stabilize the semgrep image.
1 parent 441b7e5 commit 7ab5d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Skip any PR created by dependabot to avoid permission issues
1212
if: (github.actor != 'dependabot[bot]')
1313
container:
14-
image: semgrep/semgrep:latest
14+
image: semgrep/semgrep:1.168.0@sha256:59fbed6127ea7c5dde3ba6a85142733bb20ea9aaa36120c953904f1539aaf66e
1515
steps:
1616
# Fetch project source
1717
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)