From 0025081a116a363dba486b97b97e51e92c6f116e Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Wed, 7 Aug 2024 09:19:23 +0000 Subject: [PATCH] cleanup(ci): update semgrep to 1.84.0 Signed-off-by: Luca Guerra --- .github/workflows/semgrep_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep_checks.yml b/.github/workflows/semgrep_checks.yml index 6507e1ca32..10d7ff600c 100644 --- a/.github/workflows/semgrep_checks.yml +++ b/.github/workflows/semgrep_checks.yml @@ -11,7 +11,7 @@ jobs: name: check-insecure-api runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.41.0 + image: docker.io/returntocorp/semgrep:1.84.0@sha256:e792d418d128c4c7ea3842677192b7a06458747fbdbeda350a5cd2c7abbb7bbe steps: - name: Checkout Libs ⤵️ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -29,7 +29,7 @@ jobs: name: check-absolute-include-paths runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.41.0 + image: docker.io/returntocorp/semgrep:1.84.0@sha256:e792d418d128c4c7ea3842677192b7a06458747fbdbeda350a5cd2c7abbb7bbe steps: - name: Checkout Libs ⤵️ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1