From 047fb0022d9f3d0826a4cfa1a8092b9c8ec6399f Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:17:07 +0000 Subject: [PATCH] chore(deps): update returntocorp/semgrep docker digest to 51c9f53 --- .github/workflows/semgrep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 46ae4cce..42f81145 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -32,7 +32,7 @@ jobs: name: 🚨 Semgrep Analysis runs-on: ubuntu-latest container: - image: returntocorp/semgrep@sha256:b94b53d02fd4a022f9eac4e2af1380f5c3c4c21400e79d3336bdff1d1db5e796 + image: returntocorp/semgrep@sha256:51c9f53a4fce0d55e9abd08d7b96968654248a4b1122e77f20e0a49c0072446c # Skip any PR created by dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')