diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index a96d0bec..9849762f 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.3.0 + uses: actions/attest-build-provenance@v2.4.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 8471e976..f421383e 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.3.0 + uses: actions/attest-build-provenance@v2.4.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 5fb7ab1a..89ea2365 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -600,7 +600,7 @@ jobs: - name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/attest-build-provenance@v2.3.0 + uses: actions/attest-build-provenance@v2.4.0 with: subject-name: "${{ env.PKG_FAMILY_LOCAL }}-${{ env.BUILD_ID }}-${{ env.GHCRPKG_TAG }}" subject-path: |