From 89712d6b185726c0709a386f102ae609b1f52486 Mon Sep 17 00:00:00 2001 From: Tom Piccirello <8296030+Piccirello@users.noreply.github.com> Date: Fri, 27 Mar 2026 09:26:10 -0700 Subject: [PATCH] Use updated semgrep image name --- .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 d4e5902..0c18b0a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: semgrep: runs-on: ubuntu-latest container: - image: returntocorp/semgrep + image: semgrep/semgrep steps: - name: Checkout