From 341b039feb770cd93ac2b7dd0fb02fe0e25da9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 07:25:32 +0000 Subject: [PATCH] chore(deps): bump docker/setup-buildx-action from 3.8.0 to 3.12.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.8.0 to 3.12.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.8.0...8d2750c68a42422c14e847fe6c8ac0403b4cbd6f) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-dockerize.yaml | 4 ++-- .github/workflows/dockerize-cli.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-dockerize.yaml b/.github/workflows/build-and-dockerize.yaml index a046c6f1e44..5c9c2d5c73d 100644 --- a/.github/workflows/build-and-dockerize.yaml +++ b/.github/workflows/build-and-dockerize.yaml @@ -115,7 +115,7 @@ jobs: - name: configure docker buildx if: ${{ inputs.dockerize }} - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: login to docker registry if: ${{ inputs.dockerize }} @@ -209,7 +209,7 @@ jobs: fetch-depth: 2 - name: configure docker buildx - uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - name: login to docker registry if: ${{ inputs.dockerize }} diff --git a/.github/workflows/dockerize-cli.yaml b/.github/workflows/dockerize-cli.yaml index d808501becb..4b3c30e2716 100644 --- a/.github/workflows/dockerize-cli.yaml +++ b/.github/workflows/dockerize-cli.yaml @@ -32,7 +32,7 @@ jobs: with: platforms: 'linux/arm64,linux/amd64' - name: configure docker buildx - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: login to docker registry uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 with: