diff --git a/src/codeql.ts b/src/codeql.ts index a56f1963a..2586369fe 100644 --- a/src/codeql.ts +++ b/src/codeql.ts @@ -287,7 +287,7 @@ export const CODEQL_VERSION_SECURITY_EXPERIMENTAL_SUITE = "2.12.1"; /** * Versions 2.12.3+ of the CodeQL CLI support the `--qlconfig` flag in calls to `database init`. */ -export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.3"; +export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4"; /** * Set up CodeQL CLI access.