From 36dbb4b8f4451be86d2408bbe6489f143cb5098e Mon Sep 17 00:00:00 2001 From: nickspizzas Date: Thu, 8 Aug 2024 15:05:42 +0200 Subject: [PATCH] bump cosign to v2.4.0 --- .github/workflows/docker-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 3255b79..fba6e66 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,9 +41,9 @@ 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@v3.6.0 with: - cosign-release: 'v2.1.1' + cosign-release: 'v2.4.0' # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx