From 6ef59b2595adbb1468d8eaacc1de009416ba38e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:54:17 +0000 Subject: [PATCH] chore(deps): bump actions/attest from 2 to 4.2.0 Bumps [actions/attest](https://github.com/actions/attest) from 2 to 4.2.0. - [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/v2...v4.2.0) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7bb387c9..3f3d01cf 100644 --- a/action.yml +++ b/action.yml @@ -129,7 +129,7 @@ runs: - name: Sign the receipt if: ${{ always() && inputs.receipt == 'true' }} - uses: actions/attest@v2 + uses: actions/attest@v4.2.0 with: subject-name: gate-integrity predicate-type: 'https://modonome.com/attestation/gate-integrity/v1' @@ -153,7 +153,7 @@ runs: - name: Sign the AgentProof attestation if: ${{ always() && inputs.agentproof == 'true' }} - uses: actions/attest@v2 + uses: actions/attest@v4.2.0 with: subject-name: agentproof-conformance predicate-type: 'https://modonome.com/attestation/agentproof-conformance/v1'