From 53f32899bf045f7ee23863098851c86c4ae4603a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 19:49:13 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v2.2.2 --- .github/workflows/build_aarch64_Linux.yaml | 2 +- .github/workflows/build_x86_64_Linux.yaml | 2 +- .github/workflows/matrix_builds.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_aarch64_Linux.yaml b/.github/workflows/build_aarch64_Linux.yaml index da79c4f1..1fb55dfb 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.1 + uses: actions/attest-build-provenance@v2.2.2 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 d4b597a7..2d81bc92 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.1 + uses: actions/attest-build-provenance@v2.2.2 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 715927e7..206bde53 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -297,7 +297,7 @@ jobs: - name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}] if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/attest-build-provenance@v2.2.1 + uses: actions/attest-build-provenance@v2.2.2 with: subject-name: "build-logs-${{ env.PKG_FAMILY_LOCAL }}-${{ env.UTC_TIME }}" subject-path: "/tmp/BUILD.log"