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

damccorm pushed a commit to branch users/damccorm/rcCreation
in repository https://gitbox.apache.org/repos/asf/beam.git

commit e96ce73453e17937761a19e6d64a7b4d6a2b6b5e
Author: Danny McCormick <[email protected]>
AuthorDate: Mon Mar 23 09:26:02 2026 -0400

    Update Docker actions to specific commits
---
 .github/workflows/build_release_candidate.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 120cef1eb64..e0328fc08f6 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -285,14 +285,14 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v3
+        uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
       - name: Remove default github maven configuration
         # This step is a workaround to avoid a decryption issue of Beam's
         # net.linguica.gradle.maven.settings plugin and github's provided maven
         # settings.xml file
         run: rm ~/.m2/settings.xml || true
       - name: Login to Docker Hub
-        uses: docker/login-action@v3
+        uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
         with:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}

Reply via email to