stevenjdh/Maven Version Checker
A GitHub action that checks for any available updates for maven dependencies and plugins.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| location | Defines the location of the main pom.xml file for a maven project. | no | ./pom.xml |
Outputs
| name | description |
|---|---|
| has_updates | Indicates whether or not artifact updates are available. |
| number_of_updates | Holds the number of artifact updates available. |
| update_json | A map of grouped artifacts with updates in json format. Note: The parents field is maintained as an array so that processing can use the same code. |