Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
chore(deps): update eyecantcu/cosign-action action to v0.3.0 (#54)
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 |
|---|---|---|---|
|
[EyeCantCU/cosign-action](https://togithub.com/EyeCantCU/cosign-action)
| action | minor | `v0.2.2` -> `v0.3.0` |

---

### Release Notes

<details>
<summary>EyeCantCU/cosign-action (EyeCantCU/cosign-action)</summary>

###
[`v0.3.0`](https://togithub.com/EyeCantCU/cosign-action/releases/tag/v0.3.0)

[Compare
Source](https://togithub.com/EyeCantCU/cosign-action/compare/v0.2.2...v0.3.0)

##### Features

- Pull latest cosign binary from Chainguard
([4a69e93](https://togithub.com/EyeCantCU/cosign-action/commit/4a69e93c595ac7243aeb3d3e7191bd30708d3965))

##### Bug Fixes

- Use cosign container ID instead of set name
([ab5ee40](https://togithub.com/EyeCantCU/cosign-action/commit/ab5ee40ad064ea5b09ea27a4838fc61dfa735ea4))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibGl2ZSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 14, 2024
1 parent 3c03973 commit c0c2c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
echo "BASE_IMAGE_NAME=$(echo $BASE_IMAGE | sed 's/.*\/.*\///')" >> $GITHUB_ENV
- name: Verify base image
uses: EyeCantCU/cosign-action/verify@v0.2.2
uses: EyeCantCU/cosign-action/verify@v0.3.0
with:
containers: ${{ env.BASE_IMAGE_NAME }}:${{ env.IMAGE_MAJOR_VERSION }}

Expand Down

0 comments on commit c0c2c11

Please sign in to comment.