actions-marketplace-validations/Detect Breaking Changes

Loads the provided API spec and compares it to the same file on the main branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 27, 2025
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/allenheltondev_detect-breaking-changes-action@db7ae18824f62115a6d1b1d50d548b6186f45e7c # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
specFilenameRelative path to the Open API Spec from the rootyes
accessTokenGitHub Personal Access Token used to load the spec from the main branchyes
formatSpecifies the format of the Open API Spec. Accepts 'yaml' or 'json'nojson
breakingChangeTypesList of all breaking change types to detect. If nothing is provided, all types will be used.no

no outputs