From d19a68f70b61d108078a6beab06a8ac9addaa3b2 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 20 Aug 2025 04:52:09 +0200 Subject: [PATCH] chore(github-action): update azure/setup-helm digest to 1a275c3 (#38651) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure/setup-helm](https://redirect.github.com/azure/setup-helm) | action | digest | `b9e5190` -> `1a275c3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- .github/workflows/charts-lint.yaml | 2 +- .github/workflows/charts-release.yaml | 2 +- .github/workflows/charts-test.yaml | 12 ++++++------ .github/workflows/common-tests.yaml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index fc6c0e53a51..f44f474fe5e 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -53,7 +53,7 @@ jobs: - name: Install Helm if: inputs.chartChangesDetected == 'true' - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 0d2c2e68c4d..0b237f3c50e 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -132,7 +132,7 @@ jobs: find . -name '*.sh' | xargs chmod +x - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.17.2 diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index e84d01ebbf8..f0c014cbabb 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -147,7 +147,7 @@ jobs: echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 @@ -219,7 +219,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 @@ -291,7 +291,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 @@ -363,7 +363,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 @@ -435,7 +435,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 @@ -508,7 +508,7 @@ jobs: ref: ${{ inputs.checkoutCommit }} - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: v3.14.0 diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 85361035bff..a7e91c397f9 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -56,7 +56,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: ${{ matrix.helm-version }} @@ -95,7 +95,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: ${{ matrix.helm-version }} @@ -170,7 +170,7 @@ jobs: fetch-depth: 1 - name: Install Helm - uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4 + uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: version: ${{ matrix.helm-version }}