From f4f1033381c2f26e0aba72468a48dc0c352146c6 Mon Sep 17 00:00:00 2001 From: amanstep Date: Mon, 21 Jul 2025 10:57:11 +0530 Subject: [PATCH] feat: pinned docker image to new sha in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ded49d7..e4284b7 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ outputs: description: 'Github Release Upload URL' runs: using: 'docker' - image: 'docker://ghcr.io/step-security/release-on-push-action@sha256:431777f5556756e64ac6e6913e982f12443908fb49d6259f27a064388fdcafe3' #v0.28.1 + image: 'docker://ghcr.io/step-security/release-on-push-action@sha256:e4085be784a3926ab0c67de9ff5fd8e6fcb2e53a753e24bb2e9d5dd501c885ec' #v0.28.2 branding: icon: 'award' color: 'blue'