From cdfcb4a40ebff3f13d00b95f1d4b7bd563b249a8 Mon Sep 17 00:00:00 2001 From: Robin Ferch Date: Tue, 30 Jan 2024 19:54:42 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fcbf83..5c35b4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,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' # Workaround: https://github.com/docker/build-push-action/issues/461