From bdecfc0c77c482ab558375c15dbb9b2c90b9986c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:24:06 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 3f49fc4..5000cc0 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -188,7 +188,7 @@ jobs: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - name: tools - docker - setup buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: driver: docker-container # REQUIRED for multi-platform builds @@ -202,7 +202,7 @@ jobs: run: helm template --namespace kube-system ${{ env.helm_chart }} .artifacts/helm/${{ env.helm_chart }}-${{ env.gitVersion_SemVer }}.tgz > .artifacts/kubectl/${{ env.helm_chart }}.yaml - name: docker - build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: ${{ env.container_image_build_context }} file: ${{ env.container_image_build_dockerfile }} @@ -286,7 +286,7 @@ jobs: password: ${{ secrets.ES_DOCKERHUB_PAT }} - name: tools - docker - setup buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: docker - tag and push - latest run: |