Skip to content

Commit 4b77568

Browse files
authored
Choose the correct version to enable the Lua tracer for.
1 parent 970e087 commit 4b77568

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/codeql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const CODEQL_VERSION_SARIF_GROUP = "2.5.3";
222222
export const CODEQL_VERSION_COUNTS_LINES = "2.6.2";
223223
const CODEQL_VERSION_CUSTOM_QUERY_HELP = "2.7.1";
224224
export const CODEQL_VERSION_ML_POWERED_QUERIES = "2.7.5";
225-
const CODEQL_VERSION_LUA_TRACER_CONFIG = "2.9.2";
225+
const CODEQL_VERSION_LUA_TRACER_CONFIG = "2.9.3";
226226

227227
/**
228228
* This variable controls using the new style of tracing from the CodeQL

0 commit comments

Comments
 (0)