From a357afb41ae0b972f8a6c3117f31f0a84e71e267 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:17:06 +0000 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v2.2.2 --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 26bdb44b78bd..9fea0797137a 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -47,7 +47,7 @@ jobs: inputs: dist/* - name: Attest if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/weblate') - uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2.2.1 + uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2 with: subject-path: dist/* - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1