From ff1f2b3573d12ed587fbcd55a1db84151f9ac2b5 Mon Sep 17 00:00:00 2001 From: Aman Tripathi Date: Tue, 25 Aug 2026 15:11:23 +0530 Subject: [PATCH] feat: updated the docker image tag sha --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index de3d5cf..88afa48 100644 --- a/action.yml +++ b/action.yml @@ -48,7 +48,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/step-security/mongodb-github-action:v1.12.5@sha256:956d3a134313dabd910ba32f90ea299bdeb0de0a446c26db8cdc356be70774a5' #v1.12.5 + image: 'docker://ghcr.io/step-security/mongodb-github-action:v1.12.5@sha256:3b2be8577ea69afeae59b932ce5a4e03ce339efadb1b9b9504a180a85dcc3785' #v1.12.5 args: - ${{ inputs.mongodb-image }} - ${{ inputs.mongodb-version }}