We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441b7e5 commit 7ab5d51Copy full SHA for 7ab5d51
1 file changed
.github/workflows/semgrep.yaml
@@ -11,7 +11,7 @@ jobs:
11
# Skip any PR created by dependabot to avoid permission issues
12
if: (github.actor != 'dependabot[bot]')
13
container:
14
- image: semgrep/semgrep:latest
+ image: semgrep/semgrep:1.168.0@sha256:59fbed6127ea7c5dde3ba6a85142733bb20ea9aaa36120c953904f1539aaf66e
15
steps:
16
# Fetch project source
17
- uses: actions/checkout@v7
0 commit comments