From abe9c0632cb19d0c455a87c9356ca098c60b01a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 16:39:05 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action digest to bb05f3f --- .github/workflows/05-integration-tests.yml | 2 +- .github/workflows/20-build-and-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/05-integration-tests.yml b/.github/workflows/05-integration-tests.yml index b5071aa..286a6b4 100644 --- a/.github/workflows/05-integration-tests.yml +++ b/.github/workflows/05-integration-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Build the container uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 diff --git a/.github/workflows/20-build-and-publish.yml b/.github/workflows/20-build-and-publish.yml index 9bd32c1..02f1fab 100644 --- a/.github/workflows/20-build-and-publish.yml +++ b/.github/workflows/20-build-and-publish.yml @@ -27,7 +27,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Log in to the container registry uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4