From caa1ab06d10f4df09c3628da6eecaf9932939ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:27:10 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 5.0.0 to 5.0.1 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/dda3372f752e03dde6b3237bc9431cdc2f7a02a2...9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-release-cd.yaml | 2 +- .github/workflows/helm-test.yaml | 2 +- .github/workflows/helm-validate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-release-cd.yaml b/.github/workflows/helm-release-cd.yaml index 3318a99..0f311e3 100644 --- a/.github/workflows/helm-release-cd.yaml +++ b/.github/workflows/helm-release-cd.yaml @@ -117,7 +117,7 @@ jobs: fi - name: Set up Helm - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: # Keep release packaging on the same vetted Helm v3 patch as validation # until we've explicitly audited and adopted Helm v4 behavior. diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 71fa259..8ea53d0 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -146,7 +146,7 @@ jobs: - name: Set up Helm if: needs.detect.outputs.skip != 'true' - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: # Stay on Helm v3 (see helm-validate.yaml for the rationale). version: "v3.16.3" diff --git a/.github/workflows/helm-validate.yaml b/.github/workflows/helm-validate.yaml index 5f29ee2..5c33e4d 100644 --- a/.github/workflows/helm-validate.yaml +++ b/.github/workflows/helm-validate.yaml @@ -39,7 +39,7 @@ jobs: - name: Set up Helm if: steps.helm-changes.outputs.helm_changed == 'true' - uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: # Pin to a specific helm v3 patch. `azure/setup-helm`'s version # input is matched verbatim against the upstream tarball name