diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 5539536..0fcec8d 100644 --- a/.github/workflows/build_aarch64_Linux.yaml +++ b/.github/workflows/build_aarch64_Linux.yaml @@ -280,7 +280,7 @@ jobs: continue-on-error: true - name: Attest Build Provenance - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}" subject-path: "/tmp/BUILD.log" diff --git a/.github/workflows/build_x86_64_Linux.yaml b/.github/workflows/build_x86_64_Linux.yaml index 8cd96b7..b535e17 100644 --- a/.github/workflows/build_x86_64_Linux.yaml +++ b/.github/workflows/build_x86_64_Linux.yaml @@ -280,7 +280,7 @@ jobs: continue-on-error: true - name: Attest Build Provenance - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}" subject-path: "/tmp/BUILD.log" diff --git a/.github/workflows/matrix_builds.yaml b/.github/workflows/matrix_builds.yaml index a00cef0..3df78c3 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -646,7 +646,7 @@ jobs: - name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/attest-build-provenance@v2.4.0 + uses: actions/attest-build-provenance@v3.0.0 with: subject-name: "${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-${{ env.GHCRPKG_TAG }}" subject-path: |