From b8a8001900d27db0f118a913ecce74e59c424dbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 20:37:20 +0000 Subject: [PATCH] chore(deps): update actions/attest action to v4.1.1 --- .github/workflows/manual-publish.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 3628abdc..03ab7cd1 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -39,6 +39,6 @@ jobs: - name: Attest build provenance if: ${{ format('{0}', inputs.dry_run) == 'false' }} - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: 'dist/*' diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 31e1aa5c..9319f802 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -48,6 +48,6 @@ jobs: - name: Attest build provenance if: ${{ steps.release.outputs.releases_created == 'true' }} - uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: 'dist/*'