From 905d27153ab1b6b376c364ee09f869e1348881fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:17:56 +0000 Subject: [PATCH] ci(deps): bump actions/attest Bumps [actions/attest](https://github.com/actions/attest) from 109298582bf81ad578b4e72f0f0893b095a4a135 to 7d3af28c422bf02197a99f195b689b34377e11a2. - [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...7d3af28c422bf02197a99f195b689b34377e11a2) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 7d3af28c422bf02197a99f195b689b34377e11a2 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..36e62c8 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@7d3af28c422bf02197a99f195b689b34377e11a2 with: subject-path: dist/${{ matrix.artifact }}