diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index 4f9d906a..a96d0bec 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.2.3 + uses: actions/attest-build-provenance@v2.3.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 a3e78fc1..8471e976 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.2.3 + uses: actions/attest-build-provenance@v2.3.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 5870e489..c8d0224c 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -397,7 +397,7 @@ jobs: - name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/attest-build-provenance@v2.2.3 + uses: actions/attest-build-provenance@v2.3.0 with: subject-name: "${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-${{ env.GHCRPKG_TAG }}" subject-path: |