From 3787f11c2cdd292e37f248cacb48326ffabc5586 Mon Sep 17 00:00:00 2001 From: amanstep Date: Fri, 24 Oct 2025 10:24:29 +0530 Subject: [PATCH] feat: updated the docker image --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index e7b886c..6be9ffc 100644 --- a/action.yaml +++ b/action.yaml @@ -33,7 +33,7 @@ outputs: runs: using: "docker" - image: "docker://ghcr.io/step-security/ghcommit-action:v0.2.17@sha256:e777260b6da7271bceeef1f09b8194d3d4f875989e6f415a476b754ac95b638d" #v0.2.17 + image: "docker://ghcr.io/step-security/ghcommit-action:v0.2.18@sha256:d69fd8739c0addc37224107dadbe0488f11bfed740531989d33766b429233e92" #v0.2.18 args: - ${{ inputs.commit_message }} - ${{ inputs.repo }}