jsumners-nr/Check Dependencies
Checks if dependencies bewteen two branches have changed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| current-sha | The git SHA for the current branch (e.g. `github.sha`). | yes | — |
| base-sha | The git SHA for the branch to compare against (e.g. `github.base_ref`). | yes | — |
| package-name | When set, will only check to see if the given package has changed. | no | — |
| package-type | The type of dependency the package is classified as. Allowed values are: "base", "dev", "peer", and "optional". The default is "base". | no | — |
Outputs
| name | description |
|---|---|
| divergent | Indicates if there are any dependency changes. |