From 0c022e92822697bfbba602b70006770197c34047 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Mon, 13 Nov 2023 13:49:05 +0100 Subject: [PATCH] Bump cosign to v2.2.1 --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9b9ca53..f72d232 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,7 +84,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.2.0 with: - cosign-release: 'v2.2.0' + cosign-release: 'v2.2.1' - name: Install Syft uses: anchore/sbom-action/download-syft@v0.14.3 @@ -147,7 +147,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.2.0 with: - cosign-release: 'v2.2.0' + cosign-release: 'v2.2.1' - name: Install Syft uses: anchore/sbom-action/download-syft@v0.14.3 @@ -199,7 +199,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.2.0 with: - cosign-release: 'v2.2.0' + cosign-release: 'v2.2.1' - name: Sign provenance run: | @@ -231,7 +231,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@v3.2.0 with: - cosign-release: 'v2.2.0' + cosign-release: 'v2.2.1' - name: Generate provenance for ${REPO} uses: philips-labs/slsa-provenance-action@v0.8.0