Skip to content

chore(deps): bump schemathesis/action from 2 to 3#102

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/schemathesis/action-3
Open

chore(deps): bump schemathesis/action from 2 to 3#102
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/schemathesis/action-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2026

Bumps schemathesis/action from 2 to 3.

Release notes

Sourced from schemathesis/action's releases.

Release 3.0.0

authorization input

Pass the Authorization header directly instead of using args:

- uses: schemathesis/action@v3
  with:
    schema: 'https://example.com/openapi.json'
    authorization: 'Bearer ${{ secrets.API_TOKEN }}'

Schema coverage reports

Enabled by default. Each run produces:

  • A step summary with a coverage breakdown
  • An HTML report uploaded as a workflow artifact
  • A PR comment with a direct download link (requires pull-requests: write)

Release 2.1.0

Added

  • Support for config-file input to specify path to a schemathesis.toml file

Release v2.0.1

Fixed

  • Use schemathesis>=4.0,<5.0 for latest version
Commits
  • 806cace chore: Release 3.0.0
  • 19bf205 docs: Clarify coverage step summary comments in README
  • be7c0c4 chore: Update tracecov to 0.16.6
  • df9a945 feat: Schema coverage report
  • 8311423 fix: Description syntax
  • 7080c18 feat: Add authorization config option
  • fed8ddd chore: Update tracecov to 0.16.5
  • b8e3b8a fix: adds missing tracecov as dependency
  • 56a8171 chore(deps): Bump actions/checkout from 5.0.0 to 6.0.2
  • 84d7b31 chore(deps): Bump astral-sh/setup-uv from 6 to 7
  • Additional commits viewable 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 [schemathesis/action](https://github.com/schemathesis/action) from 2 to 3.
- [Release notes](https://github.com/schemathesis/action/releases)
- [Commits](schemathesis/action@v2...v3)

---
updated-dependencies:
- dependency-name: schemathesis/action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Mar 15, 2026
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: f0f21d1 Previous: f53a83e Ratio
BenchmarkFunctionServiceList 72.2 ns/op 64 B/op 1 allocs/op 10.17 ns/op 0 B/op 0 allocs/op 7.10
BenchmarkFunctionServiceList - ns/op 72.2 ns/op 10.17 ns/op 7.10
BenchmarkFunctionServiceList - B/op 64 B/op 0 B/op +∞
BenchmarkFunctionServiceList - allocs/op 1 allocs/op 0 allocs/op +∞

This comment was automatically generated by workflow using github-action-benchmark.

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.

0 participants