Skip to content

Commit

Permalink
update action references (#47)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bdehamer authored Apr 25, 2024
1 parent 5344234 commit b125530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b125530

Please sign in to comment.