From f6a04374be46d1b4c6dd3acf3a7219d2f8b3bd44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:15:41 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.3.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8abead7..aeef45b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,7 +65,7 @@ jobs: uses: pulumi/actions@v4 - name: Install cosign - uses: sigstore/cosign-installer@v3.1.2 + uses: sigstore/cosign-installer@v3.3.0 - name: Download Syft uses: anchore/sbom-action/download-syft@v0.14.3