From c2c8e8afdf069aa84fc8fde6ba9ad8e4345830a9 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Thu, 18 Dec 2025 16:40:22 -0800 Subject: [PATCH] update actions/attest version Signed-off-by: Meredith Lancaster --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a8b3386..42258b7 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path }} - - uses: actions/attest@daf44fb950173508f38bd2406030372c1d1162b1 # v3.0.0 + - uses: actions/attest@7667f588f2f73a90cea6c7ac70e78266c4f76616 # v3.1.0 id: attest env: NODE_OPTIONS: '--max-http-header-size=32768'