From 486ef6e3a10a44e381da53e4e14c7f0ce0badd5f Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Thu, 21 May 2026 03:28:54 +0100 Subject: [PATCH] chore(goreleaser): pin sigstore/cosign-installer to v4.1.2 --- .github/actions/goreleaser/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/goreleaser/action.yml b/.github/actions/goreleaser/action.yml index 9edc102..37648de 100644 --- a/.github/actions/goreleaser/action.yml +++ b/.github/actions/goreleaser/action.yml @@ -39,7 +39,7 @@ runs: fi - name: Install cosign - uses: sigstore/cosign-installer@v4 + uses: sigstore/cosign-installer@v4.1.2 - name: Run GoReleaser (full) if: inputs.mode == 'full'