From 3f3b5f7c8f323c1e64183c81cfe5e356902af2df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:06:07 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.7.0 --- .github/workflows/node-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-image.yml b/.github/workflows/node-image.yml index 99a069ce..ac15fa82 100644 --- a/.github/workflows/node-image.yml +++ b/.github/workflows/node-image.yml @@ -37,7 +37,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0 + uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 with: cosign-release: 'v2.2.4'