From 3d6693daad97553949201f0913efcba833e58d67 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Mon, 17 Jun 2024 10:36:14 -0700 Subject: [PATCH] bump actions/attest from 1.3.1 to 1.3.2 (#75) Signed-off-by: Brian DeHamer --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8dd9d35..de37866 100644 --- a/action.yml +++ b/action.yml @@ -52,8 +52,8 @@ runs: - uses: actions/attest-sbom/predicate@534423496eab34674190bc45fdacbb8b1198e07f # predicate@1.0.0 id: generate-sbom-predicate with: - sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }} - - uses: actions/attest@0fdba851bc306a96f085a0acd31cf892a7e14f2d # v1.3.1 + sbom-path: ${{ inputs.sbom-path }} + - uses: actions/attest@8afbcf6e5e31a04f9ef7ca7ee40a0d91e263da5a # v1.3.2 id: attest with: subject-path: ${{ inputs.subject-path }}