From 1ca71d37b0a1e97acade273a024424643f8009cf Mon Sep 17 00:00:00 2001 From: Ren <96893300+ren-makes-things@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:46:59 -0700 Subject: [PATCH] Now this should work GitHub's own template is a little out of date, had to accommodate for this https://github.com/actions/starter-workflows/issues/2357 --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d6c6e20f..c4e226e3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,7 +41,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0 with: cosign-release: 'v2.2.3'