From b6ad3181b5a604451693c699e185b0ae31b32095 Mon Sep 17 00:00:00 2001 From: v-pashas Date: Wed, 4 Dec 2024 21:42:34 +0530 Subject: [PATCH] Update cosign version to 2.4.0 --- .github/workflows/image-reuse.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-reuse.yaml b/.github/workflows/image-reuse.yaml index 10e2df49d5..4aad298439 100644 --- a/.github/workflows/image-reuse.yaml +++ b/.github/workflows/image-reuse.yaml @@ -76,7 +76,7 @@ jobs: - name: Install cosign uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1 with: - cosign-release: 'v2.2.0' + cosign-release: 'v2.4.0' - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v2.9.1