From 7a353256880d8907a9402f8203dd665daf909a26 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 00:28:48 +0000 Subject: [PATCH] chore(deps): update returntocorp/semgrep docker digest to 98c2572 --- .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 3da317f45..ecd804d62 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:06938c1f365d3f67b8cedd8bc117607ae64253f88a0e768e9da9408548927dd6 + image: returntocorp/semgrep@sha256:98c2572fced2474539fd27cab3207ebd8e95e4e7aab4c3b381fdc5e2641d9941 # Skip any PR created by dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')