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

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new f831c1ae chore: pin docker/login-action for ASF allowlist (#729)
f831c1ae is described below

commit f831c1ae0720e45c2598daba0f69723c9791ad95
Author: David Li <[email protected]>
AuthorDate: Thu Mar 26 14:12:38 2026 +0900

    chore: pin docker/login-action for ASF allowlist (#729)
    
    ### Rationale for this change
    
    CI is failing
    Example: https://github.com/apache/arrow-go/actions/runs/23573127399
    
    ### What changes are included in this PR?
    
    Pin the actions so they match the ASF allowlist
    (https://github.com/apache/infrastructure-actions)
    
    ### Are these changes tested?
    
    N/A
    
    ### Are there any user-facing changes?
    
    No
---
 .github/workflows/test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index be0337c0..a337228a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
         with:
           submodules: recursive
       - name: Login to GitHub Container registry
-        uses: docker/login-action@v4
+        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # 
v4.0.0
         with:
           registry: ghcr.io
           username: ${{ github.actor }}
@@ -138,7 +138,7 @@ jobs:
         with:
           submodules: recursive
       - name: Login to GitHub Container registry
-        uses: docker/login-action@v4
+        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # 
v4.0.0
         with:
           registry: ghcr.io
           username: ${{ github.actor }}

Reply via email to