From 51173646257036dae1b421168421c84121972635 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 21 Aug 2024 20:30:12 +0200 Subject: [PATCH] Bump cosign to v2.4.0 (#5263) Follow the builder bump of 2024.08.2 and use cosign v2.4.0 for Supervisor too. --- .github/workflows/builder.yml | 2 +- .github/workflows/ci.yaml | 2 +- build.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 86d4d5d8f..09a34c56b 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -133,7 +133,7 @@ jobs: if: needs.init.outputs.publish == 'true' uses: sigstore/cosign-installer@v3.6.0 with: - cosign-release: "v2.2.3" + cosign-release: "v2.4.0" - 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 d1e187dcb..69e2135fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -297,7 +297,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3.6.0 with: - cosign-release: "v2.2.3" + cosign-release: "v2.4.0" - name: Restore Python virtual environment id: cache-venv uses: actions/cache@v4.0.2 diff --git a/build.yaml b/build.yaml index 7cef1f773..4678df0a1 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.2.3 + COSIGN_VERSION: 2.4.0 labels: io.hass.type: supervisor org.opencontainers.image.title: Home Assistant Supervisor