From 1cec59e1b7fd8d342fb3936d48bdc1d49b30d144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 03:53:45 +0000 Subject: [PATCH 1/2] Bump docker/setup-qemu-action from 3 to 4 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 1557c1e..4f72c94 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -155,7 +155,7 @@ jobs: } skip-extraction: ${{ steps.cache-node.outputs.cache-hit }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4 - name: Login to GitHub Container Registry From ffcfc1ea7125369c18838c6efc29881ef08db8f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 03:55:22 +0000 Subject: [PATCH 2/2] docs(release_notes): update RELEASE_NOTES.md [dependabot skip] --- RELEASE_NOTES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8fb21d8..cb4328c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -86,11 +86,12 @@ ### Dependencies +- Bump aquasecurity/trivy-action from 0.34.0 to 0.35.0 (PR #257 by + @dependabot[bot]) - Bump docker/metadata-action from 5 to 6 (PR #256 by @dependabot[bot]) - Bump docker/build-push-action from 6 to 7 (PR #254 by @dependabot[bot]) - Bump docker/setup-buildx-action from 3 to 4 (PR #258 by @dependabot[bot]) -- Bump aquasecurity/trivy-action from 0.34.0 to 0.35.0 (PR #257 by - @dependabot[bot]) +- Bump docker/setup-qemu-action from 3 to 4 (PR #255 by @dependabot[bot]) - Bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 (PR #247 by @dependabot[bot]) - Bump reproducible-containers/buildkit-cache-dance from 3.3.1 to 3.3.2 (PR #252