From a0612f4bdef4afec0146f8e721e0b2fd67018219 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 17 Jun 2026 19:02:18 +0200 Subject: [PATCH] ci: pin setup-ess-cluster-action to the latest release/v2 commit The ESS job was failing because the action's internal `azure/setup-helm` was unpinned and had drifted to Helm v4 Fixed upstream by pinning Helm to 3.19.4 inside the action --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6d781bdbd..c1887164e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,3 +1,4 @@ +# Copyright 2025, 2026 Element Creations Ltd. # Copyright 2025 New Vector Ltd. # # SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial @@ -375,7 +376,7 @@ jobs: fi - name: Install ESS test dependencies - uses: element-hq/setup-ess-cluster-action@release/v2 + uses: element-hq/setup-ess-cluster-action@23c5b953699591752a7385e143af59607a68c85e # release/v2 with: ess-helm-ref: ${{ steps.check-branch.outputs.ref }}