Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3.4.0 (#76)
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 | `v3.3.0` -> `v3.4.0` |

---

### Release Notes

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

###
[`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
[@&#8203;jkreileder](https://togithub.com/jkreileder) in
[sigstore/cosign-installer#155
- default cosign install to release v2.2.3 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[sigstore/cosign-installer#156

#### New Contributors

- [@&#8203;jkreileder](https://togithub.com/jkreileder) made their first
contribution in
[sigstore/cosign-installer#155

**Full Changelog**:
sigstore/cosign-installer@v3...v3.4.0

</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, 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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 571f724 commit 124d163
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sign-image/action.yml
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/verify-image/action.yml
Expand Up @@ -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 }}

Expand Down

0 comments on commit 124d163

Please sign in to comment.