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

davidzollo pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new e72df65f2f [Fix][CI] Pin azure/setup-helm to approved SHA (#10853)
e72df65f2f is described below

commit e72df65f2f6a0de13a2201856c7d8cc65cf7e775
Author: Doyeon Kim <[email protected]>
AuthorDate: Sat May 30 14:54:28 2026 +0900

    [Fix][CI] Pin azure/setup-helm to approved SHA (#10853)
---
 .github/workflows/backend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 896c612c29..930a4d4dec 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -94,7 +94,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup Helm
-        uses: azure/[email protected]
+        uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
         id: install
       - name: Lint Chart
         run: helm lint deploy/kubernetes/seatunnel

Reply via email to