Skip to content

Commit de9f112

Browse files
authored
Merge pull request #1318 from github/aeisenberg/bump-min-version
Bumps the min version for code scanning config in the cli
2 parents f0a1281 + f1a4ff5 commit de9f112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/feature-flags.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/feature-flags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const featureConfig: Record<
2626
},
2727
[Feature.CliConfigFileEnabled]: {
2828
envVar: "CODEQL_PASS_CONFIG_TO_CLI",
29-
minimumVersion: "2.10.1",
29+
minimumVersion: "2.11.1",
3030
},
3131
[Feature.GolangExtractionReconciliationEnabled]: {
3232
envVar: "CODEQL_GOLANG_EXTRACTION_RECONCILIATION",

0 commit comments

Comments
 (0)