From b125530ffd99c51406e642e7ab4bda1ac42ab637 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Thu, 25 Apr 2024 12:50:52 -0700 Subject: [PATCH] update action references (#47) Bump actions/attest-sbom/predicate from 0.1.0 to 1.0.0 Bump actions/attest from 0.1.0 to 1.0.0 Signed-off-by: Brian DeHamer --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e8efc83..d946d8d 100644 --- a/action.yml +++ b/action.yml @@ -45,11 +45,11 @@ outputs: runs: using: 'composite' steps: - - uses: actions/attest-sbom/predicate@847c6befa7ce187c962fa6c3e6cd3c96e4da9565 # predicate@0.1.0 + - 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@14e407ca15f1b08f4869fc058b059f7f1e434df6 # v0.1.0 + - uses: actions/attest@f7a204b42000860427e0f92c82ab79006e7c9616 # v1.0.0 id: attest with: subject-path: ${{ inputs.subject-path }}