Skip to content

Commit

Permalink
Bumps the min version for code scanning config in the cli
Browse files Browse the repository at this point in the history
2.11.1 has a fix in it for parsing query filters.
  • Loading branch information
aeisenberg committed Oct 24, 2022
1 parent f0a1281 commit f1a4ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/feature-flags.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const featureConfig: Record<
},
[Feature.CliConfigFileEnabled]: {
envVar: "CODEQL_PASS_CONFIG_TO_CLI",
minimumVersion: "2.10.1",
minimumVersion: "2.11.1",
},
[Feature.GolangExtractionReconciliationEnabled]: {
envVar: "CODEQL_GOLANG_EXTRACTION_RECONCILIATION",
Expand Down

0 comments on commit f1a4ff5

Please sign in to comment.