From 301d924983d28713330391607e96c389e2262849 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Mon, 5 Aug 2024 11:53:49 +0200 Subject: [PATCH] feat(action): update ggshield to 1.30.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3e2856..8374f34 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.30.1" + image: "docker://gitguardian/ggshield:v1.30.2" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}