From 04836197caba5b2d72b8b759b097ef50749de90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Trigo=20Soares?= Date: Thu, 8 Feb 2024 11:19:26 +0000 Subject: [PATCH] upgrade cosign --- .github/workflows/release.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d6c16ba..c96d897 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,10 +30,9 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0 + uses: sigstore/cosign-installer@v3.3.0 with: - cosign-release: 'v1.13.1' - + cosign-release: 'v2.2.2' # optional # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx