actions-marketplace-validations/Detect Breaking Changes
Loads the provided API spec and compares it to the same file on the main branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 27, 2025
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/allenheltondev_detect-breaking-changes-action@db7ae18824f62115a6d1b1d50d548b6186f45e7c # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| specFilename | Relative path to the Open API Spec from the root | yes | — |
| accessToken | GitHub Personal Access Token used to load the spec from the main branch | yes | — |
| format | Specifies the format of the Open API Spec. Accepts 'yaml' or 'json' | no | json |
| breakingChangeTypes | List of all breaking change types to detect. If nothing is provided, all types will be used. | no | — |
Outputs
no outputs