From 59acc188c579ce1734b14d141fb3e92d44b69f5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:16:40 +0000 Subject: [PATCH] ci(deps): bump actions/attest Bumps [actions/attest](https://github.com/actions/attest) from 109298582bf81ad578b4e72f0f0893b095a4a135 to f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/109298582bf81ad578b4e72f0f0893b095a4a135...f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6) --- updated-dependencies: - dependency-name: actions/attest dependency-version: f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fce07f8..43f8288 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release # Best practice 2026: Trigger on GitHub Release "published" event. # This is more secure than pushing tags directly because: @@ -80,7 +80,7 @@ jobs: # Optional but recommended in 2026: Generate SLSA-style provenance - name: Generate artifact attestation - uses: actions/attest@109298582bf81ad578b4e72f0f0893b095a4a135 + uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 with: subject-path: dist/${{ matrix.artifact }}