From 4651f806c01d8637787e274ac3bdf724ef169f34 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 28 Aug 2025 15:38:20 -0700 Subject: [PATCH] bump attest-sbom/predicate to v2.0.0 (#206) Signed-off-by: Brian DeHamer --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a6ec074..ea8e38e 100644 --- a/action.yml +++ b/action.yml @@ -67,7 +67,7 @@ outputs: runs: using: 'composite' steps: - - uses: actions/attest-sbom/predicate@534423496eab34674190bc45fdacbb8b1198e07f # predicate@1.0.0 + - uses: actions/attest-sbom/predicate@55e972012fb8695c1b0049174547f1fcb4baa8a5 # predicate@2.0.0 id: generate-sbom-predicate with: sbom-path: ${{ inputs.sbom-path }}