From 0007c2042c4d433edb4f566367de0e620c7db9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:55:03 +0000 Subject: [PATCH] Bump the actions group with 3 updates Bumps the actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [actions/download-artifact](https://github.com/actions/download-artifact) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-container.yml | 2 +- .github/workflows/ci-xqts-comment.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-container.yml b/.github/workflows/ci-container.yml index d925acd0d73..5d709c33b23 100644 --- a/.github/workflows/ci-container.yml +++ b/.github/workflows/ci-container.yml @@ -47,7 +47,7 @@ jobs: - name: Verify containerd snapshotter is active run: docker info -f '{{.DriverStatus}}' - name: Make BuildKit default - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - uses: ./.github/actions/maven-cache - uses: ./.github/actions/maven-github-settings with: diff --git a/.github/workflows/ci-xqts-comment.yml b/.github/workflows/ci-xqts-comment.yml index a121b38e403..d52d29f106a 100644 --- a/.github/workflows/ci-xqts-comment.yml +++ b/.github/workflows/ci-xqts-comment.yml @@ -29,7 +29,7 @@ jobs: github.event.workflow_run.conclusion == 'success' steps: - name: Download XQTS Comparison - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: xqts-comparison run-id: ${{ github.event.workflow_run.id }} @@ -39,7 +39,7 @@ jobs: id: pr run: echo "number=$(cat xqts-comparison/pr-number.txt)" >> "$GITHUB_OUTPUT" - name: Post or Update Comparison Comment - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: xqts-comparison number: ${{ steps.pr.outputs.number }}