We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfc53c commit 258878bCopy full SHA for 258878b
.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:6bd07d7b166b097e1384f41b94a62d8c8a26a4fff8713992c296e053310da01f
25
if: (github.actor != 'dependabot[bot]')
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
0 commit comments