Skip to content

chore(deps): Bump docker/setup-qemu-action from 3.7.0 to 4.0.0#1374

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

chore(deps): Bump docker/setup-qemu-action from 3.7.0 to 4.0.0#1374
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/setup-qemu-action-4.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 9, 2026

Bumps docker/setup-qemu-action from 3.7.0 to 4.0.0.

Release notes

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

v4.0.0

Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0

Commits
  • ce36039 Merge pull request #245 from crazy-max/node24
  • 6386344 node 24 as default runtime
  • 1ea3db7 Merge pull request #243 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b56a002 chore: update generated content
  • c43f02d build(deps): bump @​docker/actions-toolkit from 0.67.0 to 0.77.0
  • ce10c58 Merge pull request #244 from docker/dependabot/npm_and_yarn/actions/core-3.0.0
  • 429fc9d chore: update generated content
  • 060e5f8 build(deps): bump @​actions/core from 1.11.1 to 3.0.0
  • 44be13e Merge pull request #231 from docker/dependabot/npm_and_yarn/js-yaml-3.14.2
  • 1897438 chore: update generated content
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 9, 2026 06:44
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@c7c5346...ce36039)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/docker/setup-qemu-action-4.0.0 branch from 12d06ba to 4bcec13 Compare March 17, 2026 01:35
Copy link
Copy Markdown
Member

@fitzthum fitzthum left a comment

Choose a reason for hiding this comment

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

Why do we need setup qemu-qemu-action in the first place?

@Xynnn007
Copy link
Copy Markdown
Member

The docker buildx will build arm64 for crossing platform, which relies on qemu

@mkulke
Copy link
Copy Markdown
Contributor

mkulke commented Mar 25, 2026

considering the recent trivy attack we should probably scrutinize the use of convenient-but-not-required gh actions workflows. I suppose qemu can be installed from the os repo

@mythi
Copy link
Copy Markdown
Contributor

mythi commented Mar 25, 2026

The docker buildx will build arm64 for crossing platform, which relies on qemu

runs-on: ubuntu-24.04-arm? I believe we have native targets for all platforms we need to build as we've seen from Trustee repo.

@Xynnn007
Copy link
Copy Markdown
Member

The docker buildx will build arm64 for crossing platform, which relies on qemu

runs-on: ubuntu-24.04-arm? I believe we have native targets for all platforms we need to build as we've seen from Trustee repo.

Awkward-ly. The aa-release pipeline uses ubuntu-24.04, which means x86-64? https://github.com/confidential-containers/guest-components/blob/main/.github/workflows/aa_release.yml#L14

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

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants