This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 215498a Fix CI
215498a is described below
commit 215498ad9710779f3f19b4d2ad0b4166a1df09fc
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Apr 21 09:25:04 2026 +0300
Fix CI
- pin azure/setup-helm to approved pinned hash
- upgrade official GitHub actions
---
.github/workflows/pulsar-helm-chart-ci.yaml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/pulsar-helm-chart-ci.yaml
b/.github/workflows/pulsar-helm-chart-ci.yaml
index 107a69a..65b87fb 100644
--- a/.github/workflows/pulsar-helm-chart-ci.yaml
+++ b/.github/workflows/pulsar-helm-chart-ci.yaml
@@ -42,7 +42,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Detect changed files
id: changes
@@ -68,13 +68,13 @@ jobs:
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
steps:
- name: Set up Go 1.12
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
with:
go-version: 1.12
id: go
- name: Check out code into the Go module directory
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Check license
run: |
@@ -89,7 +89,7 @@ jobs:
if: ${{ needs.preconditions.outputs.docs_only != 'true' }}
steps:
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -106,13 +106,13 @@ jobs:
- name: Set up Helm
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
- uses: azure/setup-helm@v4
+ uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2
with:
version: v3.16.4
- name: Set up Python
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: '3.12'
@@ -272,7 +272,7 @@ jobs:
HELM_VERSION: ${{ matrix.helmVersion || '3.14.4' }}
steps:
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
@@ -318,7 +318,7 @@ jobs:
ci::collect_k8s_logs
- name: Upload k8s logs on failure
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
if: ${{ cancelled() || failure() }}
continue-on-error: true
with: