From aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 16 May 2024 12:41:11 -0700 Subject: [PATCH] bump actions/attest from 1.1.1 to 1.1.2 (#63) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 34ee768..f22047e 100644 --- a/action.yml +++ b/action.yml @@ -52,7 +52,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }} - - uses: actions/attest@32f49af6653ef9b7d1a40182d53fc9ebd53447d8 # v1.1.1 + - uses: actions/attest@12c083815ed46d5d78222e3824f4a26c42c234d3 # v1.1.2 id: attest with: subject-path: ${{ inputs.subject-path }}