We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd1cdf commit b18e48bCopy full SHA for b18e48b
.github/workflows/semgrep.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
27
container:
28
- image: returntocorp/semgrep@sha256:cffeb57efaaffe57811b7fd740e4ee6313dbfaf6b364bb5cce52a8e506d35f42
+ image: returntocorp/semgrep@sha256:550dfdac1ec5d4a757d1c2ac0197a6360ef3ac8e3d0a804731eab07242e91b4c
29
steps:
30
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
31
- run: semgrep ci
0 commit comments