diff --git a/.github/workflows/container-edge.yml b/.github/workflows/container-edge.yml index 8ae5505..ddda739 100644 --- a/.github/workflows/container-edge.yml +++ b/.github/workflows/container-edge.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Set up QEMU - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v3 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v3 with: platforms: arm64 diff --git a/.github/workflows/release-smoke.yml b/.github/workflows/release-smoke.yml index fb98ea2..101a2c2 100644 --- a/.github/workflows/release-smoke.yml +++ b/.github/workflows/release-smoke.yml @@ -240,7 +240,7 @@ jobs: steps: - name: Set up QEMU (for arm64 pull on amd64 runner) if: matrix.platform == 'linux/arm64' - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v3 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v3 with: platforms: arm64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a717e45..ef0c06d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -361,7 +361,7 @@ jobs: persist-credentials: false - name: Set up QEMU (multi-arch emulation for arm64 build on amd64 runner) - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v3 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v3 with: platforms: arm64