Skip to content

Commit

Permalink
Update to cosign v2.4.0
Browse files Browse the repository at this point in the history
The v2.4.0 release contains modernizations and some bug fixes from
previous releases. Let's keep our builder up-to-date.
  • Loading branch information
agners committed Aug 20, 2024
1 parent 3e8a480 commit 205f4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3.6.0
with:
cosign-release: "v2.2.3"
cosign-release: "v2.4.0"

- shell: bash
id: version
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cosign:
identity: https://github.com/home-assistant/builder/.*
args:
YQ_VERSION: "v4.13.2"
COSIGN_VERSION: "2.2.3"
COSIGN_VERSION: "2.4.0"
labels:
io.hass.type: builder
org.opencontainers.image.title: "Home Assistant Builder"
Expand Down

0 comments on commit 205f4e9

Please sign in to comment.