From 0c0f8689d91f1fbcd751397778e8f92a7921c864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 07:53:45 +0000 Subject: [PATCH] Bump actions/attest from 4.2.0 to 4.2.1 Bumps [actions/attest](https://github.com/actions/attest) from 4.2.0 to 4.2.1. - [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/f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6...508db95dd578ae2727ebd6217d5ba78e4fbda05d) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- .github/workflows/plugin-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e63dc9d1..fed66f40 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -104,7 +104,7 @@ jobs: # Establish chain of trust by attesting the provenance of the build artifact. - name: Attest site provenance id: attest - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: dist/provenance.json diff --git a/.github/workflows/plugin-release.yml b/.github/workflows/plugin-release.yml index e8a43a41..ec0c2de6 100644 --- a/.github/workflows/plugin-release.yml +++ b/.github/workflows/plugin-release.yml @@ -59,7 +59,7 @@ jobs: - name: Attest plugin binary artifacts id: attest - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 with: subject-path: ${{ steps.secure-dir.outputs.ARTIFACTS_DIR }}/*