mirror of
https://github.com/github/codeql-action.git
synced 2026-05-02 20:00:15 +00:00
9c5706e1a2
The recent update of jsonschema inadvertently caused extra validation of `uri-reference` formatted properties. This change ensures that these errors are converted to warnings. Note that we cannot revert the change to jsonschema since the old version does not handle `uniqueItems` correctly.