From 124d16308317c76af3d2914bc4741974b35323a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:20:35 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.4.0 (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigstore/cosign-installer](https://togithub.com/sigstore/cosign-installer) | action | minor | `v3.3.0` -> `v3.4.0` | --- ### Release Notes
sigstore/cosign-installer (sigstore/cosign-installer) ### [`v3.4.0`](https://togithub.com/sigstore/cosign-installer/releases/tag/v3.4.0) [Compare Source](https://togithub.com/sigstore/cosign-installer/compare/v3.3.0...v3.4.0) #### What's Changed - Use examples that work with multiple tags by [@​jkreileder](https://togithub.com/jkreileder) in [https://github.com/sigstore/cosign-installer/pull/155](https://togithub.com/sigstore/cosign-installer/pull/155) - default cosign install to release v2.2.3 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/sigstore/cosign-installer/pull/156](https://togithub.com/sigstore/cosign-installer/pull/156) #### New Contributors - [@​jkreileder](https://togithub.com/jkreileder) made their first contribution in [https://github.com/sigstore/cosign-installer/pull/155](https://togithub.com/sigstore/cosign-installer/pull/155) **Full Changelog**: https://github.com/sigstore/cosign-installer/compare/v3...v3.4.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/rsturla/eternal-main). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/sign-image/action.yml | 2 +- .github/actions/verify-image/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/sign-image/action.yml b/.github/actions/sign-image/action.yml index 6abce678..13fadb96 100644 --- a/.github/actions/sign-image/action.yml +++ b/.github/actions/sign-image/action.yml @@ -23,7 +23,7 @@ runs: using: composite steps: - name: Setup Cosign - uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 with: cosign-release: ${{ inputs.cosign-version }} diff --git a/.github/actions/verify-image/action.yml b/.github/actions/verify-image/action.yml index 428ef758..0b10e006 100644 --- a/.github/actions/verify-image/action.yml +++ b/.github/actions/verify-image/action.yml @@ -18,7 +18,7 @@ runs: using: composite steps: - name: Setup Cosign - uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 with: cosign-release: ${{ inputs.cosign-version }}