From b0d8e1c0ecd9842f722506ac9489807632b99087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 15:01:23 -0500 Subject: [PATCH] Update sigstore/cosign-installer action to v2.8.0 (#864) 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 | `v2.7.0` -> `v2.8.0` | --- ### Release Notes
sigstore/cosign-installer ### [`v2.8.0`](https://togithub.com/sigstore/cosign-installer/releases/tag/v2.8.0) [Compare Source](https://togithub.com/sigstore/cosign-installer/compare/v2.7.0...v2.8.0) #### What's Changed - bump cosign to v1.13.0 by [@​cpanato](https://togithub.com/cpanato) in [https://github.com/sigstore/cosign-installer/pull/95](https://togithub.com/sigstore/cosign-installer/pull/95) **Full Changelog**: https://github.com/sigstore/cosign-installer/compare/v2.7.0...v2.8.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-rust-injector.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-rust-injector.yml b/.github/workflows/build-rust-injector.yml index 2e6363f075..4701fd14aa 100644 --- a/.github/workflows/build-rust-injector.yml +++ b/.github/workflows/build-rust-injector.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Dependency: Install cosign" - uses: sigstore/cosign-installer@v2.7.0 + uses: sigstore/cosign-installer@v2.8.0 - name: "Dependency: Setup rust toolchain" run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3548f72786..01c7ded84e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: go-version: 1.19.x - name: "Dependency: Install cosign" - uses: sigstore/cosign-installer@v2.7.0 + uses: sigstore/cosign-installer@v2.8.0 - name: "Dependency: Install Docker Buildx" id: buildx