From 2d69d865293d553e019033b0ca1986a56a6861dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 01:35:54 +0000 Subject: [PATCH] Update actions/attest-build-provenance action to v3 --- .github/workflows/create_aarch64-Linux.yaml | 2 +- .github/workflows/create_x86_64-Linux.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_aarch64-Linux.yaml b/.github/workflows/create_aarch64-Linux.yaml index a30bb32..cdc798f 100644 --- a/.github/workflows/create_aarch64-Linux.yaml +++ b/.github/workflows/create_aarch64-Linux.yaml @@ -162,7 +162,7 @@ jobs: #Build Provenance - name: Attest Build Provenance if: env.HAS_RUNIMAGE == 'TRUE' - uses: actions/attest-build-provenance@v2.2.3 + uses: actions/attest-build-provenance@v3.1.0 with: subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }} diff --git a/.github/workflows/create_x86_64-Linux.yaml b/.github/workflows/create_x86_64-Linux.yaml index 9722d59..dfaf54f 100644 --- a/.github/workflows/create_x86_64-Linux.yaml +++ b/.github/workflows/create_x86_64-Linux.yaml @@ -171,7 +171,7 @@ jobs: #Build Provenance - name: Attest Build Provenance if: env.HAS_RUNIMAGE == 'TRUE' - uses: actions/attest-build-provenance@v2.2.3 + uses: actions/attest-build-provenance@v3.1.0 with: subject-name: "image-${{ matrix.image }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }}