From 21b787db45d5d4b6fc776b99a247a6493082d1fd Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 26 Jun 2026 10:14:05 -0700 Subject: [PATCH] Update actions/attest to v4.1.1 (#858) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 339e2c1..be61645 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@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0 + uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1 with: subject-path: ${{ inputs.subject-path }} subject-name: ${{ inputs.subject-name }}