2 parents 6fab1f1 + 74e1957 commit 4a6768eCopy full SHA for 4a6768e
1 file changed
.github/workflows/Semgrep.yml
@@ -27,7 +27,10 @@ jobs:
27
28
container:
29
# A Docker image with Semgrep installed. Do not change this.
30
- image: returntocorp/semgrep:1.166.0
+ # Pinned to a digest for supply-chain integrity (APS-19017 / INF-007).
31
+ # returntocorp/semgrep:1.166.0 resolved 2026-09-16.
32
+ image: returntocorp/semgrep:1.166.0@sha256:c180f0c93a17b420c0af5006214a29d3c747c5459c732b740191adf657dd0068
33
+
34
# Skip any PR created by dependabot to avoid permission issues:
35
if: (github.actor != 'dependabot[bot]')
36
0 commit comments