Skip to content

Commit 595e33a

Browse files
authored
Bump cosign to v2.5.3 (#6204)
Follow the builder bump of 2025.09.0 and use cosign v2.5.3 for Supervisor too.
1 parent ae70ffd commit 595e33a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
if: needs.init.outputs.publish == 'true'
135135
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
136136
with:
137-
cosign-release: "v2.4.3"
137+
cosign-release: "v2.5.3"
138138

139139
- name: Install dirhash and calc hash
140140
if: needs.init.outputs.publish == 'true'

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ jobs:
348348
- name: Install Cosign
349349
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
350350
with:
351-
cosign-release: "v2.4.3"
351+
cosign-release: "v2.5.3"
352352
- name: Restore Python virtual environment
353353
id: cache-venv
354354
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cosign:
1212
base_identity: https://github.com/home-assistant/docker-base/.*
1313
identity: https://github.com/home-assistant/supervisor/.*
1414
args:
15-
COSIGN_VERSION: 2.4.3
15+
COSIGN_VERSION: 2.5.3
1616
labels:
1717
io.hass.type: supervisor
1818
org.opencontainers.image.title: Home Assistant Supervisor

0 commit comments

Comments
 (0)