From 268e90dedfbeca839e06074dd35153fc15e3aff9 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 12 Feb 2025 10:48:26 +0100 Subject: [PATCH] ci: Update semgrep container version to 1.107.0 (#25078) --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index a2d957ddf..cc9a522a8 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -21,9 +21,9 @@ jobs: needs: [semgrep-validate] runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.36.0 + image: returntocorp/semgrep:1.107.0 env: - SEMGREP_SEND_METRICS: 0 + SEMGREP_SEND_METRICS: off # Skip any PR created by dependabot to avoid permission issues if: (github.actor != 'dependabot[bot]') steps: