From 736263f8fe728419eabb38b0034d80c9ce35f3c2 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 17 Feb 2023 13:22:25 -0800 Subject: [PATCH] Update src/codeql.ts --- src/codeql.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.