Skip to content

chore(deps): bump docker/setup-buildx-action from 3 to 4#1

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4
Open

chore(deps): bump docker/setup-buildx-action from 3 to 4#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps docker/setup-buildx-action from 3 to 4.

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • d7f5e7f Merge pull request #489 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 92bc5c9 chore: update generated content
  • da11e35 build(deps): bump @​docker/actions-toolkit from 0.79.0 to 0.90.0
  • f021e16 Merge pull request #492 from docker/dependabot/npm_and_yarn/undici-6.24.1
  • b5af94f chore: update generated content
  • 16ad977 build(deps): bump undici from 6.23.0 to 6.25.0
  • d7a12d7 Merge pull request #495 from docker/dependabot/npm_and_yarn/glob-10.5.0
  • 28ff27d build(deps): bump glob from 10.3.12 to 13.0.6
  • daf436b Merge pull request #496 from docker/dependabot/npm_and_yarn/fast-xml-parser-5...
  • 9725348 chore: update generated content
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The PR exhibits a significant discrepancy between its stated intent and the implemented changes. While the title describes a dependency update, the code modifications are limited to image configurations. The intended update is entirely absent from the PR, and the changes included are undocumented.

About this PR

  • The expected update to the dependency is entirely missing from this pull request.
  • The changes in the image configuration files are unrelated to the dependency update described in the PR title and description.

Test suggestions

  • Verify the dependency update is applied correctly
  • Verify the build process with the modified image configurations
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the dependency update is applied correctly
2. Verify the build process with the modified image configurations

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread docker/resolver.Dockerfile Outdated

# ── Build deps shared by both modes ─────────────────────────────────────────────
FROM rust:1.90-slim-bookworm AS builder-base
FROM rust:1.96-slim-bookworm AS builder-base

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The implementation modifies the image configuration in this file, which does not align with the PR's stated purpose of updating a dependency. The intended update is missing from the diff.

Comment thread docker/node.Dockerfile Outdated

# ── Build deps shared by both modes ─────────────────────────────────────────────
FROM rust:1.90-slim-bookworm AS builder-base
FROM rust:1.96-slim-bookworm AS builder-base

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

The implementation modifies the image configuration in this file, which does not align with the PR's stated purpose of updating a dependency. The intended update is missing from the diff.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This Pull Request fails to meet its objective because the implementation updates a different dependency than the one specified in the PR title and description. While the title references docker/setup-buildx-action (3 to 4), the code actually updates docker/build-push-action (v6 to v7). Additionally, the use of a mutable tag for a GitHub Action introduces a supply chain security risk. The PR should be corrected to align the code with the intended update and to use immutable commit SHAs for action references.

About this PR

  • The implementation diverges from the PR title and description. The code updates 'docker/build-push-action' while the metadata refers to 'docker/setup-buildx-action'. The intended upgrade for 'docker/setup-buildx-action' is entirely missing from the changes.

Test suggestions

  • Verify the release workflow completes successfully with the upgraded Docker actions
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify the release workflow completes successfully with the upgraded Docker actions

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread .github/workflows/release.yml Outdated
# honours docker/<dockerfile>.dockerignore to keep the context small.
- name: Build & push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

There is a contradiction between the PR metadata and the implementation: the title specifies an update to 'docker/setup-buildx-action' (v3 to v4), but this line updates 'docker/build-push-action' (v6 to v7). Furthermore, pinning to a mutable tag like '@v7' exposes the workflow to supply chain attacks. It is recommended to align the code with the intended dependency and use a full-length commit SHA for the 'uses' statement.

See Issue in Codacy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants