From c0c2c11bffd408352bb9ccd2d675b0e0a76472c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 14:31:25 -0700 Subject: [PATCH] chore(deps): update eyecantcu/cosign-action action to v0.3.0 (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
EyeCantCU/cosign-action (EyeCantCU/cosign-action) ### [`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))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 810d664..11a691b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}