devepos/Check and/or update UI5 version for CF
Checks and/or updates the UI5 versions used in SAP Build Workzone
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| manifestPaths | A comma or newline-separated list of file paths that point to a folder containing a `manifest.json` file of a UI5 application. The paths can also be specified using glob patterns like app/**/webapp | — | — |
| allowedDaysBeforeEocp | Number of allowed days before the end of the eocp quarter (e.g. Q1/2024) | — | 30 |
| fixOutdated | Automatically updates the used UI5 version to either the latest or lts UI5 version available | — | false |
| useLTS | If `true` the latest available LTS version will be used to update the manifest.json files, otherwise the newest maintained version will be used. Only relevant if `fixOutdated` is set to true. | — | false |
| eomAllowed | If `true`, versions that reached only the status "End of Maintenance" will produce warnings only and not result in an action failure | — | true |
Outputs
| name | description |
|---|---|
| foundManifests | Paths to all found manifest.json files |
| modifiedFiles | List of newline-separated file paths of manifest.json files that have been updated |
| summary | Summary of all checked manifest files (as HTML string) |