Skip to content

Commit

Permalink
Update sigstore/cosign-installer action to v2.8.1 (#930)
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 | patch | `v2.8.0` -> `v2.8.1` |

---

### Release Notes

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

###
[`v2.8.1`](https://togithub.com/sigstore/cosign-installer/releases/tag/v2.8.1)

[Compare
Source](https://togithub.com/sigstore/cosign-installer/compare/v2.8.0...v2.8.1)

##### What's Changed

- bump cosign install to use release v1.13.1 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[sigstore/cosign-installer#98

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

</details>

---

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

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguNCIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 19, 2022
1 parent f02b2d8 commit 7eafb95
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.8.0
uses: sigstore/cosign-installer@v2.8.1

- 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.8.0
uses: sigstore/cosign-installer@v2.8.1

- name: "Dependency: Install Syft"
uses: anchore/sbom-action/download-syft@v0.12.0
Expand Down

0 comments on commit 7eafb95

Please sign in to comment.