likvido/Sync .NET Dependencies
Automatically syncs .NET project dependencies to Dockerfiles and GitHub workflow path filters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| modified-files | Comma-separated list of modified files. If not specified, will use git to detect changes or update all deployable projects. | no | "" |
| base-ref | Base git ref to compare against for detecting modified files (e.g., origin/main). If not specified and modified-files is empty, all deployable projects are updated. | no | "" |
| repository-root | Root directory of the repository. Defaults to GITHUB_WORKSPACE or current directory. | no | "" |
Outputs
| name | description |
|---|---|
| dockerfiles-updated | Number of Dockerfiles that were updated |
| workflows-updated | Number of workflow files that were updated |
| dependencies-count | Total number of dependencies processed |