diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 819c32d8b9..f0f9d8631d 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -90,7 +90,7 @@ jobs: - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: platforms: ${{ matrix.platforms }} - - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v1 + - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v1 - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 id: build-and-push with: diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 675ab16f02..6bdae67375 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -36,7 +36,7 @@ jobs: with: go-version: '1.22' - uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3 - - uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v1 + - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v1 - run: make install-container-diff k3s-setup - run: make ${{ matrix.make-target }}