From b9b4c9e1e8551d54762455df6009707683b75e1e Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:05:58 +0000 Subject: [PATCH] Update sigstore/cosign-installer action to v4.1.2 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- create-manifest/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-manifest/action.yml b/create-manifest/action.yml index 162f08b..fa8b577 100644 --- a/create-manifest/action.yml +++ b/create-manifest/action.yml @@ -168,7 +168,7 @@ runs: - name: Install Cosign if: inputs.cosign-key != '' - uses: sigstore/cosign-installer@v4.1.1 + uses: sigstore/cosign-installer@v4.1.2 - name: Sign manifest if: inputs.cosign-key != ''