actions-marketplace-validations/Updates dependencies automatically
Updates dependencies in code to latest semantic ver release. (e.g. TOOL_NAME_VERSION=0.9.17 in Dockerfile)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GITHUB_TOKEN to get latest version with GitHub Release API | — | ${{ github.token }} |
| file | target file | yes | — |
| version_name | target version name. e.g. REVIEWDOG_VERSION | yes | — |
| repo | target GitHub repository. e.g. reviewdog/reviewdog | yes | — |
| tag | Check tags instead of releases. | no | false |
| include | Regular expression to use only matched versions. | no | — |
| exclude | Regular expression not to use matched versions. | no | \b(rc|alpha|beta)(\b|\d+) |
Outputs
| name | description |
|---|---|
| current | current version |
| latest | latest version |
| repo | target GitHub repository. Same as the repo from input. |