diff --git a/.github/workflows/helm-image-check.yml b/.github/workflows/helm-image-check.yml index 6ae7e34c..e1362ae5 100644 --- a/.github/workflows/helm-image-check.yml +++ b/.github/workflows/helm-image-check.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: v3.14.3 diff --git a/.github/workflows/helm-validate.yml b/.github/workflows/helm-validate.yml index aa111058..44e69d45 100644 --- a/.github/workflows/helm-validate.yml +++ b/.github/workflows/helm-validate.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Build chart dependencies run: helm repo add jetstack https://charts.jetstack.io && helm dependency build helm/temporal-worker-controller @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Build chart dependencies run: helm repo add jetstack https://charts.jetstack.io && helm dependency build helm/temporal-worker-controller @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Lint CRDs chart run: helm lint --strict helm/temporal-worker-controller-crds @@ -68,7 +68,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Template CRDs chart run: helm template test-release helm/temporal-worker-controller-crds diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 939e0538..5944b87c 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -47,7 +47,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: v3.12.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb4b729b..d1bd745e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: git config --global user.email "gh-action@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: v3.12.0 diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index b4a9d43b..afccada3 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -86,7 +86,7 @@ jobs: version: 'latest' - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 with: version: 'v3.14.3' @@ -139,7 +139,7 @@ jobs: run: go mod download - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Build Helm chart dependencies run: helm repo add jetstack https://charts.jetstack.io && helm dependency build helm/temporal-worker-controller