From bb06ef951d39dee42be5b262a1809dc84b664c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Mon, 14 Jul 2025 17:04:46 +0200 Subject: [PATCH] ci: pin semgrep version (#1221) * ci: pin semgrep version * updat semgrep image --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 8b3f139d47..d863f39a0d 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} container: - image: returntocorp/semgrep + image: semgrep/semgrep:1.128.1 steps: - uses: actions/checkout@v4 with: