Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3.4.0 (#39)
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 - "after 4pm on friday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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/scottames/ublue).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibGl2ZSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent 2eeb5ea commit 49ea012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

# Confirm that cosign.pub matches SIGNING_SECRET
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live'

- name: Check COSIGN_PRIVATE_KEY matches cosign.pub
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Sign container
- uses: sigstore/cosign-installer@v3.3.0
- uses: sigstore/cosign-installer@v3.4.0
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/live'

- name: Sign container image
Expand Down

0 comments on commit 49ea012

Please sign in to comment.