python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
191 stars 39 forks source link

Release schemas update? #433

Closed nikaro closed 1 month ago

nikaro commented 1 month ago

Hello, is it possible to do a release to have this change: https://github.com/python-jsonschema/check-jsonschema/commit/e59be75331d259779d06ea6b8b74d3d06af30967?

I'm using the new attestations permissions in GitHub Workflows and my CI (using pre-commit) is broken because the vendored schema is not up-to-date :-)

edgarrmondragon commented 1 month ago

+1 no real urgency but it would be nice to have the schema checks pass on our PRs adding attestations

sirosen commented 1 month ago

Thanks for the nudge on this, and sorry about the delay!

I kept meaning to do it last week and didn't get to it somehow. I just pushed the new version out. Let me know if you see any issues with it.