From c168f2354d9bf9a30b63bd0c532cdf3f3bbd6dc3 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 26 Apr 2024 13:35:58 -0700 Subject: [PATCH] fix reference to actions/attest (#49) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d946d8d..e47df9c 100644 --- a/action.yml +++ b/action.yml @@ -49,7 +49,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }} - - uses: actions/attest@f7a204b42000860427e0f92c82ab79006e7c9616 # v1.0.0 + - uses: actions/attest@495f094150e54d72538674c944ca4daf13e7c67d # v1.0.0 id: attest with: subject-path: ${{ inputs.subject-path }}