Avoid throwing validation error on invalid URIs by aeisenberg · Pull Request #1705 · github/codeql-action (original) (raw)
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.
Fix for #1703.