From ab8de8941e9379f0d11c52d884644bd45ede62e6 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Wed, 12 Jun 2024 14:02:49 -0700 Subject: [PATCH] bump actions/attest action to v1.3.0 (#71) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7e8c18e..dcd6c75 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }} - - uses: actions/attest@32795ed9174327efe1734fa6d09c9223658ef225 # v1.2.0 + - uses: actions/attest@b24527d9cbfd6c27196c10f8dccbacaa2a1c53f2 # v1.3.0 id: attest with: subject-path: ${{ inputs.subject-path }}