Skip to content

Commit a60da4f

Browse files
authored
Update to cosign v2.4.0 (#220)
The v2.4.0 release contains modernizations and some bug fixes from previous releases. Let's keep our builder up-to-date.
1 parent 3e8a480 commit a60da4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Install Cosign
1616
uses: sigstore/cosign-installer@v3.6.0
1717
with:
18-
cosign-release: "v2.2.3"
18+
cosign-release: "v2.4.0"
1919

2020
- shell: bash
2121
id: version

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cosign:
1010
identity: https://github.com/home-assistant/builder/.*
1111
args:
1212
YQ_VERSION: "v4.13.2"
13-
COSIGN_VERSION: "2.2.3"
13+
COSIGN_VERSION: "2.4.0"
1414
labels:
1515
io.hass.type: builder
1616
org.opencontainers.image.title: "Home Assistant Builder"

0 commit comments

Comments
 (0)