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