Skip to content

Commit

Permalink
Update src/codeql.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Feb 17, 2023
1 parent 5492b7d commit 736263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 736263f

Please sign in to comment.