From 6a1ab9dfea0ed7c0b149f6306c28e899011b90fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 00:42:35 +0000 Subject: [PATCH] Bump actions/attest from 4.2.0 to 4.2.1 in the actions-minor group Bumps the actions-minor group with 1 update: [actions/attest](https://github.com/actions/attest). Updates `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 dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f16dae..de81dd3 100644 --- a/action.yml +++ b/action.yml @@ -71,7 +71,7 @@ runs: run: | echo "::warning::actions/attest-sbom has been deprecated, please use actions/attest instead" - - uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0 + - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 id: attest env: NODE_OPTIONS: '--max-http-header-size=32768'