From b5a406b7fa99f9d8de209fdd89d8d59497758cf8 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:58:11 +0000 Subject: [PATCH] Update actions/attest-build-provenance digest to ef24412 --- .github/workflows/build-and-push-cross.yaml | 2 +- .github/workflows/build-and-push-qemu.yaml | 2 +- .github/workflows/build-and-push-runners.yaml | 4 ++-- .github/workflows/build-and-push.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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