trossr32/Outdated nuget/npm package checker
Check for outdated nuget and/or npm packages and comment on the PR with the results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| use-dotnet-outdated | Use dotnet outdated | no | false |
| dotnet-solution-or-project-path | Path of the dotnet solution or project file | no | "" |
| dotnet-version | .NET version to use | no | 10.*.* |
| dotnet-exclude-packages | Exclude nuget packages from the check. Space delimited string of package names, e.g. "Microsoft.Extensions.Logging Microsoft.Extensions.Logging.Abstractions" | no | "" |
| use-npm-outdated | Use npm outdated | no | false |
| npm-project-directory | Path of the npm project directory | no | . |
| hide-successful-checks | Don't add a success comment to the PR when checks are successful. | no | false |
| comment-label | Optional label to distinguish this run's PR comment, e.g. a matrix variant name such as matrix.name. It is included in the comment's hidden identifier so parallel matrix jobs each update their own comment instead of overwriting one another, and is shown at the top of the comment. If omitted, the npm project directory / dotnet solution path is used to differentiate comments. | no | "" |
Outputs
no outputs