From 4ee9bfc45048bd519d965c0397ac67cdcd492024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:38:20 +0200 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v3 (#3476) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85d9f9dac..e3d9891e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -361,7 +361,7 @@ jobs: - name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip if: ${{ github.event_name == 'push' }} - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 with: subject-path: out/ASF-${{ matrix.variant }}.zip @@ -408,7 +408,7 @@ jobs: - name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 with: subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip @@ -506,7 +506,7 @@ jobs: gpg -a -b -o SHA512SUMS.sign SHA512SUMS - name: Generate artifact attestation for SHA512SUMS - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 with: subject-path: out/SHA512SUMS @@ -518,7 +518,7 @@ jobs: path: out/SHA512SUMS - name: Generate artifact attestation for SHA512SUMS.sign - uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 + uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0 with: subject-path: out/SHA512SUMS.sign