diff --git a/action.yml b/action.yml index 97491e6..3e17fe9 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ runs: output-file: ${{env.SBOM_FILENAME}} format: ${{env.SBOM_FORMAT}} config: ${{inputs.config}} - - uses: ./generate-sbom-statement + - uses: actions/attest-sbom/generate-sbom-statement@main id: generate-sbom-statement with: github-token: ${{ inputs.github-token }} @@ -98,4 +98,4 @@ runs: subject-name: ${{ inputs.subject-name }} push-to-registry: ${{ inputs.push-to-registry }} predicate-type: ${{ steps.generate-sbom-statement.outputs.predicate-type }} - predicate-path: ${{ steps.generate-sbom-statement.outputs.predicate-path }} \ No newline at end of file + predicate-path: ${{ steps.generate-sbom-statement.outputs.predicate-path }}