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

jerryshao pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new feb75315cb [Cherry-pick to branch-1.3] [MINOR] fix(ci): Pin 
pnpm/action-setup to an ASF-allowlisted SHA (#12899) (#12905)
feb75315cb is described below

commit feb75315cbf21effc750d85d89fe726c1188f091
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 14:02:35 2026 +0800

    [Cherry-pick to branch-1.3] [MINOR] fix(ci): Pin pnpm/action-setup to an 
ASF-allowlisted SHA (#12899) (#12905)
    
    **Cherry-pick Information:**
    - Original commit: 5d150b1853ee257608cacc1bb1e61df972d78377
    - Target branch: `branch-1.3`
    - Status: ✅ Clean cherry-pick (no conflicts)
    
    Co-authored-by: Yuhui <[email protected]>
    Co-authored-by: Claude Sonnet 5 <[email protected]>
---
 .github/workflows/web-ui-tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/web-ui-tests.yml 
b/.github/workflows/web-ui-tests.yml
index 8dcc5d118c..f2324d48b2 100644
--- a/.github/workflows/web-ui-tests.yml
+++ b/.github/workflows/web-ui-tests.yml
@@ -21,7 +21,7 @@ jobs:
       uses: actions/checkout@v4
     
     - name: Setup pnpm
-      uses: pnpm/action-setup@v4
+      uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # 
v6.0.10
       with:
         version: 9
     

Reply via email to