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

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 493a18f8217 Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 
(#39829)
493a18f8217 is described below

commit 493a18f82175752705a3ed842412c3f75f6333e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 27 16:50:05 2026 -0400

    Bump docker/setup-buildx-action from 4.2.0 to 4.3.0 (#39829)
    
    Bumps 
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) 
from 4.2.0 to 4.3.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - 
[Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: 4.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/beam_PostCommit_Go.yml                          | 2 +-
 .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml             | 2 +-
 .github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml  | 2 +-
 .github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml    | 2 +-
 .github/workflows/beam_PreCommit_CommunityMetrics.yml             | 2 +-
 .github/workflows/beam_PreCommit_PythonDocker.yml                 | 2 +-
 .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml             | 2 +-
 .github/workflows/beam_Publish_Python_VLLM_Image.yml              | 2 +-
 .github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 +-
 .github/workflows/build_release_candidate.yml                     | 2 +-
 .github/workflows/build_runner_image.yml                          | 2 +-
 .github/workflows/republish_released_docker_containers.yml        | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Go.yml 
b/.github/workflows/beam_PostCommit_Go.yml
index 305a3995fee..26ed691b766 100644
--- a/.github/workflows/beam_PostCommit_Go.yml
+++ b/.github/workflows/beam_PostCommit_Go.yml
@@ -75,7 +75,7 @@ jobs:
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
index 58c4775e192..cba2c3b8920 100644
--- a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
@@ -80,7 +80,7 @@ jobs:
           java-version: default
           go-version: default
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
index 928df75b7d5..973cd4b7ec2 100644
--- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
@@ -86,7 +86,7 @@ jobs:
             ${{ matrix.java_version != '11' && matrix.java_version || '' }}
             11
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml 
b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
index 1b79efedbe4..3c00cdfcae8 100644
--- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
@@ -81,7 +81,7 @@ jobs:
           java-version: default
           python-version: default
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: run XVR GoUsingJava Dataflow script
         env:
           USER: github-actions
diff --git a/.github/workflows/beam_PreCommit_CommunityMetrics.yml 
b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
index c674ed3ee62..19164a30083 100644
--- a/.github/workflows/beam_PreCommit_CommunityMetrics.yml
+++ b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
@@ -85,7 +85,7 @@ jobs:
         with:
           java-version: default
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: Remove default github maven configuration
         run: rm ~/.m2/settings.xml
       - name: Install docker compose
diff --git a/.github/workflows/beam_PreCommit_PythonDocker.yml 
b/.github/workflows/beam_PreCommit_PythonDocker.yml
index a1f1afed008..12482a9a1a4 100644
--- a/.github/workflows/beam_PreCommit_PythonDocker.yml
+++ b/.github/workflows/beam_PreCommit_PythonDocker.yml
@@ -85,7 +85,7 @@ jobs:
           python-version: ${{ matrix.python_version }}
           go-version: default
       - name: Setup Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
         with:
           install: true
           driver: 'docker'
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index e0d3f662bf6..be59b72c72a 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -109,7 +109,7 @@ jobs:
         if: github.ref == 'refs/heads/master'
         run: echo "LATEST_TAG=,latest" >> $GITHUB_ENV
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: Authenticate on GCP
         uses: 
google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093
         with:
diff --git a/.github/workflows/beam_Publish_Python_VLLM_Image.yml 
b/.github/workflows/beam_Publish_Python_VLLM_Image.yml
index 17d681d955c..6673e0effa2 100644
--- a/.github/workflows/beam_Publish_Python_VLLM_Image.yml
+++ b/.github/workflows/beam_Publish_Python_VLLM_Image.yml
@@ -63,7 +63,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: 
google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml 
b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
index 6636f70197e..9b33c3d60c7 100644
--- a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
+++ b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
@@ -88,7 +88,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: 
google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 2f7ac8dfae2..7ced951f4f8 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -309,7 +309,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - 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
diff --git a/.github/workflows/build_runner_image.yml 
b/.github/workflows/build_runner_image.yml
index 48f40e2a5c4..b784e994b53 100644
--- a/.github/workflows/build_runner_image.yml
+++ b/.github/workflows/build_runner_image.yml
@@ -46,7 +46,7 @@ jobs:
       run: |
         gcloud auth configure-docker ${{env.docker_registry}}
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+      uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
     - name: Build and Load to docker
       uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
       with:
diff --git a/.github/workflows/republish_released_docker_containers.yml 
b/.github/workflows/republish_released_docker_containers.yml
index 28ccbb7ec23..5c20919a205 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -83,7 +83,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: 
google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c
+        uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
       - 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

Reply via email to