actions-marketplace-validations/Sbt Dependency Submission

Submits the dependency graph of an sbt build to the Github Submission API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryThe relative path of the working directory of the sbt build.no""
modules-ignoreA list of space-separated names of modules to ignore. The action will not resolve nor submit the dependencies of these modules. The name of a module contains the name of the project and its binary version. Example: `foo_2.13 bar_2.13` no""
configs-ignoreA list of space-separated names of configurations to ignore. The action will not submit the dependencies of these configurations. Example: `test scala-doc-tool` no""
correlatorAn optional identifier to distinguish between multiple dependency snapshots of the same type. Defaults to the concatenation of the workflow name, the job id and the action id. no""
on-resolve-failureEither 'error' or 'warning'. When a dependency resolution failure happens, if 'error' the job will fail and will not submit the snapshot. If 'warning', the job will ignore the failing modules and submit the snapshot. noerror
tokenGitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner.no${{ github.token }}
sbt-plugin-versionVersion of the sbt plugin to use.no3.2.1
namedescription
submission-idThe ID of the submission created by the action
submission-api-urlThe URL of the submission created by the action
snapshot-json-pathThe path of the snapshot JSON file created by the action