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 }}