Skip to content

Commit

Permalink
Update sigstore/cosign-installer action to v2.8.0 (#864)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>sigstore/cosign-installer</summary>

###
[`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
[@&#8203;cpanato](https://togithub.com/cpanato) in
[sigstore/cosign-installer#95

**Full Changelog**:
sigstore/cosign-installer@v2.7.0...v2.8.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjIuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIyMi4zIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 7, 2022
1 parent 2dec3c4 commit 3bace83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-injector.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit 3bace83

Please sign in to comment.