mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
The addition of the `defaultSuite` directive means that using the `qlpack` directive in a query suite will only return the queries in the default suite, not _all_ the queries in the pack as was the prior behaviour. This change ensures that all query suites resolve to the same queries as before.