diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a133b078f..ead5eba66 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -134,7 +134,7 @@ jobs: if: needs.init.outputs.publish == 'true' uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 with: - cosign-release: "v2.4.3" + cosign-release: "v2.5.3" - name: Install dirhash and calc hash if: needs.init.outputs.publish == 'true' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5ec5620a..5969ef978 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -348,7 +348,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 with: - cosign-release: "v2.4.3" + cosign-release: "v2.5.3" - name: Restore Python virtual environment id: cache-venv uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 diff --git a/build.yaml b/build.yaml index abf42c833..f5c7620ac 100644 --- a/build.yaml +++ b/build.yaml @@ -12,7 +12,7 @@ cosign: base_identity: https://github.com/home-assistant/docker-base/.* identity: https://github.com/home-assistant/supervisor/.* args: - COSIGN_VERSION: 2.4.3 + COSIGN_VERSION: 2.5.3 labels: io.hass.type: supervisor org.opencontainers.image.title: Home Assistant Supervisor