Skip to content

Commit 3a4d97c

Browse files
authored
Use default cosign version v2.2.3 provided by cosign-installer action (#196)
Move to the default cosign version what the latest cosign-installer would provide by default. Still explicitly select the version to make sure it stays in sync with the version installed in the builder.
1 parent 01dc84f commit 3a4d97c

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
@@ -11,7 +11,7 @@ runs:
1111
- name: Install Cosign
1212
uses: sigstore/[email protected]
1313
with:
14-
cosign-release: "v2.0.2"
14+
cosign-release: "v2.2.3"
1515

1616
- shell: bash
1717
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.0.2"
13+
COSIGN_VERSION: "2.2.3"
1414
labels:
1515
io.hass.type: builder
1616
org.opencontainers.image.title: "Home Assistant Builder"

0 commit comments

Comments
 (0)