Currently packs are locked to old versions: https://github.com/advanced-security/codeql-development-template/blob/main/languages/java/tools/src/codeql-pack.lock.yml This prevents new features from being implemented: https://github.blog/changelog/2026-04-21-codeql-now-supports-sanitizers-and-validators-in-models-as-data/ (#42) Ex: `The barrierModel extensible predicate requires CodeQL 2.25.2+ but the repo pins codeql/java-all 7.7.0, `
Currently packs are locked to old versions: https://github.com/advanced-security/codeql-development-template/blob/main/languages/java/tools/src/codeql-pack.lock.yml
This prevents new features from being implemented: https://github.blog/changelog/2026-04-21-codeql-now-supports-sanitizers-and-validators-in-models-as-data/ (#42)
Ex:
The barrierModel extensible predicate requires CodeQL 2.25.2+ but the repo pins codeql/java-all 7.7.0,