We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5492b7d commit 736263fCopy full SHA for 736263f
src/codeql.ts
@@ -287,7 +287,7 @@ export const CODEQL_VERSION_SECURITY_EXPERIMENTAL_SUITE = "2.12.1";
287
/**
288
* Versions 2.12.3+ of the CodeQL CLI support the `--qlconfig` flag in calls to `database init`.
289
*/
290
-export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.3";
+export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4";
291
292
293
* Set up CodeQL CLI access.
0 commit comments