diff --git a/.github/workflows/05-integration-tests.yml b/.github/workflows/05-integration-tests.yml index b2fa632..7b264d4 100644 --- a/.github/workflows/05-integration-tests.yml +++ b/.github/workflows/05-integration-tests.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 with: platforms: arm64 diff --git a/.github/workflows/20-build-and-publish.yml b/.github/workflows/20-build-and-publish.yml index 6d6acb8..043afef 100644 --- a/.github/workflows/20-build-and-publish.yml +++ b/.github/workflows/20-build-and-publish.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 with: platforms: arm64