From b6dd9ebe77e6f02ffa9311587f548941751bf935 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Feb 2024 02:50:31 +0000 Subject: [PATCH] Update sigstore/cosign-installer action to v3.4.0 (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | action | minor | `v3.3.0` -> `v3.4.0` | --- ### Release Notes
sigstore/cosign-installer (sigstore/cosign-installer) ### [`v3.4.0`](https://github.com/sigstore/cosign-installer/releases/tag/v3.4.0) [Compare Source](https://github.com/sigstore/cosign-installer/compare/v3.3.0...v3.4.0) #### What's Changed - Use examples that work with multiple tags by [@​jkreileder](https://github.com/jkreileder) in https://github.com/sigstore/cosign-installer/pull/155 - default cosign install to release v2.2.3 by [@​cpanato](https://github.com/cpanato) in https://github.com/sigstore/cosign-installer/pull/156 #### New Contributors - [@​jkreileder](https://github.com/jkreileder) made their first contribution in https://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.int.magicalinternetbox.net/joel/rhel-wireguard/pulls/14 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0e3da38..2a54c59 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,7 +41,7 @@ jobs: # https://github.com/sigstore/cosign-installer - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # v3.3.0 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0 with: cosign-release: 'v2.1.1'