diff --git a/.github/workflows/build-and-push-cross.yaml b/.github/workflows/build-and-push-cross.yaml index be37d2a..6af4462 100644 --- a/.github/workflows/build-and-push-cross.yaml +++ b/.github/workflows/build-and-push-cross.yaml @@ -53,7 +53,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Attest - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v1 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-cross diff --git a/.github/workflows/build-and-push-qemu.yaml b/.github/workflows/build-and-push-qemu.yaml index f9c42c7..b20fb22 100644 --- a/.github/workflows/build-and-push-qemu.yaml +++ b/.github/workflows/build-and-push-qemu.yaml @@ -54,7 +54,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Attest - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v1 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-qemu diff --git a/.github/workflows/build-and-push-runners.yaml b/.github/workflows/build-and-push-runners.yaml index 3516f03..97af47f 100644 --- a/.github/workflows/build-and-push-runners.yaml +++ b/.github/workflows/build-and-push-runners.yaml @@ -53,7 +53,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Attest - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v1 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-runner @@ -105,7 +105,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Attest - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v1 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-runner diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 8e018d9..0cba9ed 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -51,7 +51,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Attest - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v1 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-simple