From e281794b3f64c7c081c54510ab43914927327cf7 Mon Sep 17 00:00:00 2001 From: Garance Gourdel Date: Tue, 30 Jul 2024 17:36:23 +0200 Subject: [PATCH] feat(action): update ggshield to 1.30.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4e059bd..e3e2856 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.29.0" + image: "docker://gitguardian/ggshield:v1.30.1" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}