From a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 26 Feb 2026 15:02:14 -0800 Subject: [PATCH] bump actions/attest from 4.0.0 to 4.1.0 (#838) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 90da5a5..339e2c1 100644 --- a/action.yml +++ b/action.yml @@ -92,7 +92,7 @@ runs: id: attest env: NODE_OPTIONS: "--max-http-header-size=32768" - uses: actions/attest@c32b4b8b198b65d0bd9d63490e847ff7b53989d4 # v4.0.0 + uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 with: subject-path: ${{ inputs.subject-path }} subject-name: ${{ inputs.subject-name }}