From 6d7733f629ce1368bd053e269afa8041a98a2b98 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Tue, 9 Jul 2024 10:06:20 -0700 Subject: [PATCH] bump actions/attest from 1.3.2 to 1.3.3 (#80) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index de37866..165fffd 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ runs: id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path }} - - uses: actions/attest@8afbcf6e5e31a04f9ef7ca7ee40a0d91e263da5a # v1.3.2 + - uses: actions/attest@7305951e905fb742188aa16c1d23409b13565e26 # v1.3.3 id: attest with: subject-path: ${{ inputs.subject-path }}