actions-marketplace-validations/buf-breaking
Check that the Input location has no breaking changes compared to the "against" location.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 6, 2025
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/bufbuild_buf-breaking-action@346c1819a73a9c835707ace754ae8243aaadf2a9 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The Input path. Defaults to the root of the current repository. | no | . |
| against | The Input to check compatibility against. | yes | — |
| buf_input_https_username | The username for the repository to check compatibility against. | no | ${{ github.actor }} |
| buf_input_https_password | The password for the repository to check compatibility against. | no | ${{ github.token }} |
| buf_token | The buf authentication token used for private inputs. | no | — |
Outputs
| name | description |
|---|---|
| results | The generated breaking change messages with the file annotations. |