diff --git a/.github/workflows/build-and-push-cross.yaml b/.github/workflows/build-and-push-cross.yaml index be37d2a..78f512e 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 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..1ce701f 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 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..e748820 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 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..86ba3a9 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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3 id: attest with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-simple