Skip to content

Commit 02281ba

Browse files
authored
chore(deps): bump docker/setup-qemu-action from 3.6.0 to 3.7.0 [skip ci]
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.6.0 to 3.7.0. Release notes *Sourced from [docker/setup-qemu-action's releases](https://github.com/docker/setup-qemu-action/releases).* > v3.7.0 > ------ > > * Bump `@​docker/actions-toolkit` from 0.56.0 to 0.67.0 in [docker/setup-qemu-action#217](https://redirect.github.com/docker/setup-qemu-action/pull/217) [docker/setup-qemu-action#230](https://redirect.github.com/docker/setup-qemu-action/pull/230) > * Bump brace-expansion from 1.1.11 to 1.1.12 in [docker/setup-qemu-action#220](https://redirect.github.com/docker/setup-qemu-action/pull/220) > * Bump form-data from 2.5.1 to 2.5.5 in [docker/setup-qemu-action#218](https://redirect.github.com/docker/setup-qemu-action/pull/218) > * Bump tmp from 0.2.3 to 0.2.4 in [docker/setup-qemu-action#221](https://redirect.github.com/docker/setup-qemu-action/pull/221) > * Bump undici from 5.28.4 to 5.29.0 in [docker/setup-qemu-action#219](https://redirect.github.com/docker/setup-qemu-action/pull/219) > > **Full Changelog**: <docker/setup-qemu-action@v3.6.0...v3.7.0> Commits * [`c7c5346`](docker/setup-qemu-action@c7c5346) Merge pull request [#230](https://redirect.github.com/docker/setup-qemu-action/issues/230) from docker/dependabot/npm\_and\_yarn/docker/actions-to... * [`3a517a1`](docker/setup-qemu-action@3a517a1) chore: update generated content * [`a5b45ed`](docker/setup-qemu-action@a5b45ed) build(deps): bump `@​docker/actions-toolkit` from 0.62.1 to 0.67.0 * [`3a64278`](docker/setup-qemu-action@3a64278) Merge pull request [#220](https://redirect.github.com/docker/setup-qemu-action/issues/220) from docker/dependabot/npm\_and\_yarn/brace-expansion-1... * [`94906ba`](docker/setup-qemu-action@94906ba) chore: update generated content * [`4027abf`](docker/setup-qemu-action@4027abf) build(deps): bump brace-expansion from 1.1.11 to 1.1.12 * [`bee0aaa`](docker/setup-qemu-action@bee0aaa) Merge pull request [#221](https://redirect.github.com/docker/setup-qemu-action/issues/221) from docker/dependabot/npm\_and\_yarn/tmp-0.2.4 * [`0d7e257`](docker/setup-qemu-action@0d7e257) chore: update generated content * [`b869601`](docker/setup-qemu-action@b869601) build(deps): bump tmp from 0.2.3 to 0.2.4 * [`3a043ed`](docker/setup-qemu-action@3a043ed) Merge pull request [#219](https://redirect.github.com/docker/setup-qemu-action/issues/219) from docker/dependabot/npm\_and\_yarn/undici-5.29.0 * Additional commits viewable in [compare view](docker/setup-qemu-action@2910929...c7c5346) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=docker/setup-qemu-action&package-manager=github\_actions&previous-version=3.6.0&new-version=3.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
2 parents 3602e81 + 48e7cec commit 02281ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/mvn-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.DOCKER_PASSWORD }}
2828

2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
30+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3131

3232
- name: Set up Docker Buildx
3333
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

.github/workflows/mvn-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
password: ${{ secrets.DOCKER_PASSWORD }}
3030

3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
32+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
3333

3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: "maven"
4444

4545
- name: Set up QEMU
46-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
46+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4747

4848
- name: Set up Docker Buildx
4949
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1

0 commit comments

Comments
 (0)