Bump the min version for code scanning config in the cli by aeisenberg · Pull Request #1318 · github/codeql-action (original) (raw)
2.11.1 has a fix in it for parsing query filters. Workflows using query filters will break if they are using syntax like:
- exclude: id: foo/bar
instead of
- exclude: - id: foo/bar
So, prevent users of CLI versions earlier than 2.11.1 from using the cli config parsing flag.