Skip to content

Commit

Permalink
fix reference to actions/attest (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Apr 26, 2024
1 parent 5448b22 commit c168f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
id: generate-sbom-predicate
with:
sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }}
- uses: actions/attest@f7a204b42000860427e0f92c82ab79006e7c9616 # v1.0.0
- uses: actions/attest@495f094150e54d72538674c944ca4daf13e7c67d # v1.0.0
id: attest
with:
subject-path: ${{ inputs.subject-path }}
Expand Down

0 comments on commit c168f23

Please sign in to comment.