Skip to content

Commit

Permalink
Use default cosign version v2.2.3 provided by cosign-installer action (
Browse files Browse the repository at this point in the history
…#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.
  • Loading branch information
agners committed Mar 20, 2024
1 parent 01dc84f commit 3a4d97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
with:
cosign-release: "v2.0.2"
cosign-release: "v2.2.3"

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

0 comments on commit 3a4d97c

Please sign in to comment.