We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e97c76 commit b69ce13Copy full SHA for b69ce13
.github/workflows/semgrep-ci.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
23
container:
24
- image: semgrep/semgrep@sha256:7674a72a8bd5beaa4591b728e5950c04c58b27b82803901f36e7f9d70b828906
+ image: semgrep/semgrep@sha256:392824c9cff5fb434198992a5f05c5d4c658a99af3fa9a965f750bf50bee84af
25
if: (github.actor != 'dependabot[bot]')
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments