Skip to content

build(deps): bump oasdiff/oasdiff-action from 0.1.12 to 0.1.13 - #5382

Merged
moleske merged 1 commit into
mainfrom
dependabot/github_actions/oasdiff/oasdiff-action-0.1.13
Aug 26, 2026
Merged

build(deps): bump oasdiff/oasdiff-action from 0.1.12 to 0.1.13#5382
moleske merged 1 commit into
mainfrom
dependabot/github_actions/oasdiff/oasdiff-action-0.1.13

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

Bumps oasdiff/oasdiff-action from 0.1.12 to 0.1.13.

Release notes

Sourced from oasdiff/oasdiff-action's releases.

v0.1.13

Highlights

Upgraded to oasdiff v1.29.1

All actions now run on oasdiff v1.29.1 (#194, #201).

include-checks is deprecated: use .oasdiff.yaml instead

oasdiff retired the optional-checks mechanism behind include-checks, so the input has been silently doing nothing. The actions no longer forward it to the CLI and instead emit a warning annotation explaining the replacement. Workflows that still pass the input keep working rather than failing on an unknown flag (#197).

To make a specific check fail the build, list it in a severity-levels file and point .oasdiff.yaml at it:

# .oasdiff.yaml
severity-levels: ./oasdiff-levels.txt
fail-on: ERR
# oasdiff-levels.txt
api-version-not-bumped    err

Anonymous delivery reporting for review comments

The breaking, changelog, and pr-comment actions now send oasdiff.com one anonymous event per run saying whether the review link was posted as a PR comment or fell back to the job summary, so the defaults can be improved. No repo, organization, or user identity is sent, failures never affect the run, and setting OASDIFF_INTERNAL=1 skips it entirely (#195).

Fixes

  • A failed comparison no longer reads as a clean result. When oasdiff could not load or parse a spec, the breaking and diff actions failed the step but still wrote No breaking changes / No changes to the step output, job summary, and PR comment, and the validate action published findings=0 with all counts at zero for an unloadable spec. All three now stop as soon as the comparison fails, so anything reading the outputs, or running with continue-on-error, sees the failure instead of a clean report. Regression tests pin the behavior for each action (#199, thanks @​lucas-monteiro-g, who found this and opened #198 with a fix and a test fixture).

Full Changelog: oasdiff/oasdiff-action@v0.1.12...v0.1.13

Commits
  • 2649ebe bump: oasdiff v1.29.1 (#201)
  • 5ad1d21 Stop reporting a failed comparison as a clean result (#199)
  • aac8c66 Stop pretending include-checks works, and point it at .oasdiff.yaml (#197)
  • b803cbd report anonymously whether the review comment could be posted (#195)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oasdiff/oasdiff-action](https://github.com/oasdiff/oasdiff-action) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/oasdiff/oasdiff-action/releases)
- [Commits](oasdiff/oasdiff-action@v0.1.12...v0.1.13)

---
updated-dependencies:
- dependency-name: oasdiff/oasdiff-action
  dependency-version: 0.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 19, 2026
@moleske
moleske merged commit c55f521 into main Aug 26, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/oasdiff/oasdiff-action-0.1.13 branch August 26, 2026 00:53
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Aug 26, 2026
Dependency updates in cloud_controller_ng:

- build(deps): bump oasdiff/oasdiff-action from 0.1.12 to 0.1.13
    PR: cloudfoundry/cloud_controller_ng#5382
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump rack from 3.2.6 to 3.2.7
    PR: cloudfoundry/cloud_controller_ng#5377
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant