Skip to content

Commit

Permalink
Merge pull request #1318 from github/aeisenberg/bump-min-version
Browse files Browse the repository at this point in the history
Bumps the min version for code scanning config in the cli
  • Loading branch information
aeisenberg committed Oct 24, 2022
2 parents f0a1281 + f1a4ff5 commit de9f112
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
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 de9f112

Please sign in to comment.