This is an automated email from the ASF dual-hosted git repository.

yuqi1129 pushed a commit to branch fix/chart-test-allowlist
in repository https://gitbox.apache.org/repos/asf/gravitino.git

commit 292bea03ad6f3a6d74287d0894bb84c580cec6eb
Author: yuqi <[email protected]>
AuthorDate: Tue Jun 30 15:44:38 2026 +0800

    [MINOR] fix(ci): align chart test actions with ASF allowlist
---
 .github/workflows/asf-allowlist-check.yml | 2 ++
 .github/workflows/chart-test.yaml         | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/asf-allowlist-check.yml 
b/.github/workflows/asf-allowlist-check.yml
index 515f3069c5..58156855f0 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -41,3 +41,5 @@ jobs:
         with:
           persist-credentials: false
       - uses: apache/infrastructure-actions/allowlist-check@main
+        with:
+          scan-glob: ".github/**/*.y*ml"
diff --git a/.github/workflows/chart-test.yaml 
b/.github/workflows/chart-test.yaml
index bff161ce02..47a00cc7ff 100644
--- a/.github/workflows/chart-test.yaml
+++ b/.github/workflows/chart-test.yaml
@@ -42,7 +42,7 @@ jobs:
           check-latest: true
 
       - name: Set up chart-testing
-        uses: 
helm/chart-testing-action@2fe8321ec9b8d234608c02c67623a886b72d7335
+        uses: 
helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
 
       - name: List changed
         id: list-changed
@@ -151,4 +151,4 @@ jobs:
           -H "Accept: application/vnd.gravitino.v1+json" \
           -d '{"name":"lrs_test","comment":"Quick setup"}' \
           http://gravitino.test:8090/api/metalakes
-          ct install --charts dev/charts/gravitino-lance-rest-server 
--target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args 
"--set image.registry="" --set 
image.repository=${KIND_REGISTRY}/gravitino-lance-rest --set 
lanceRest.gravitinoUri=http://gravitino.test:8090 --set 
lanceRest.gravitinoMetalake=lrs_test"
\ No newline at end of file
+          ct install --charts dev/charts/gravitino-lance-rest-server 
--target-branch ${{ github.event.pull_request.base.ref }} --helm-extra-set-args 
"--set image.registry="" --set 
image.repository=${KIND_REGISTRY}/gravitino-lance-rest --set 
lanceRest.gravitinoUri=http://gravitino.test:8090 --set 
lanceRest.gravitinoMetalake=lrs_test"

Reply via email to