gautam00010/XcodeReady Scan
Dependabot for iOS 26 / Xcode 26. Scan manifests and lockfiles for breaking deps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-xcode | Target Xcode version to scan against (e.g. "26.0", "26.4") | no | 26.0 |
| fail-on | Fail the workflow if findings of this severity or higher are found. Options: critical, high, medium, low, none | no | critical |
| auto-fix | Open fix PRs automatically (requires Pro tier + XCODEREADY_TOKEN) | no | false |
| api-base | API base URL (defaults to public XcodeReady API) | no | https://xcodeready.dev |
| token | XcodeReady auth token (required for private repos and auto-fix) | no | "" |
Outputs
| name | description |
|---|---|
| health-score | Repo health score (0-100) |
| breaking-count | Number of breaking deps found |
| total-deps | Total number of deps scanned |