From 80f83fcbe3682f4ec734fa572cfed36701eb8f4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 18:19:38 +0000 Subject: [PATCH] chore(deps): update semgrep/semgrep docker digest to b94b53d --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b9ef82e..4ee496f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -32,7 +32,7 @@ jobs: permissions: contents: read container: - image: semgrep/semgrep@sha256:67319956da3dcb58baf5b322899c15458e3963e7018a86aeeb5cd224e69cb77a + image: semgrep/semgrep@sha256:b94b53d02fd4a022f9eac4e2af1380f5c3c4c21400e79d3336bdff1d1db5e796 # Skip Renovate PRs: no token available there. if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' steps: