diff --git a/.github/workflows/multi-build-typesense.yml b/.github/workflows/multi-build-typesense.yml index 56315da2..0bf94317 100644 --- a/.github/workflows/multi-build-typesense.yml +++ b/.github/workflows/multi-build-typesense.yml @@ -79,7 +79,7 @@ jobs: docker context create builders - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 with: endpoint: builders platforms: ${{ matrix.platform }} @@ -162,7 +162,7 @@ jobs: type=raw,value=30.1,enable=true - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 with: driver-opts: | network=host diff --git a/.github/workflows/multi-build.yml b/.github/workflows/multi-build.yml index 290b6e60..066a7e57 100644 --- a/.github/workflows/multi-build.yml +++ b/.github/workflows/multi-build.yml @@ -110,7 +110,7 @@ jobs: # This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit. # It uses the docker/setup-buildx-action to configure Buildx with the specified context and platforms. # The platforms are specified in the matrix and will be used for building the Docker image. - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 with: endpoint: builders platforms: ${{ matrix.platform }} @@ -223,7 +223,7 @@ jobs: type=semver,pattern={{version}} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 # This step sets up Docker Buildx, which is a Docker CLI plugin for extended build capabilities with BuildKit. with: driver-opts: |