Skip to content

Commit 736263f

Browse files
authored
Update src/codeql.ts
1 parent 5492b7d commit 736263f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeql.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const CODEQL_VERSION_SECURITY_EXPERIMENTAL_SUITE = "2.12.1";
287287
/**
288288
* Versions 2.12.3+ of the CodeQL CLI support the `--qlconfig` flag in calls to `database init`.
289289
*/
290-
export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.3";
290+
export const CODEQL_VERSION_INIT_WITH_QLCONFIG = "2.12.4";
291291

292292
/**
293293
* Set up CodeQL CLI access.

0 commit comments

Comments
 (0)