From 138843591e85ce6e6217c5fbc187059602f5ba18 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Wed, 20 Mar 2024 12:00:12 -0400 Subject: [PATCH] Bump cosign to `v2.2.3` and builder to `2024.03.5` (#4971) * Bump cosign to v2.2.3 and builder to 2024.03.4 * Bump builder to 2024.03.5 * Bump other builder action to 2024.03.5 --- .github/workflows/builder.yml | 6 +++--- .github/workflows/ci.yaml | 2 +- build.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 2acb794ae..9edd6062b 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.4.0 with: - cosign-release: "v2.0.2" + cosign-release: "v2.2.3" - name: Install dirhash and calc hash if: needs.init.outputs.publish == 'true' @@ -160,7 +160,7 @@ jobs: run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV - name: Build supervisor - uses: home-assistant/builder@2024.01.0 + uses: home-assistant/builder@2024.03.5 with: args: | $BUILD_ARGS \ @@ -207,7 +207,7 @@ jobs: - name: Build the Supervisor if: needs.init.outputs.publish != 'true' - uses: home-assistant/builder@2024.01.0 + uses: home-assistant/builder@2024.03.5 with: args: | --test \ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 277c6c776..a150d0dc9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -297,7 +297,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v3.4.0 with: - cosign-release: "v2.0.2" + cosign-release: "v2.2.3" - name: Restore Python virtual environment id: cache-venv uses: actions/cache@v4.0.1 diff --git a/build.yaml b/build.yaml index 83433f80c..5046a2b7b 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.0.2 + COSIGN_VERSION: 2.2.3 labels: io.hass.type: supervisor org.opencontainers.image.title: Home Assistant Supervisor