Skip to content

Commit

Permalink
Choose the correct version to enable the Lua tracer for.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen authored May 25, 2022
1 parent 970e087 commit 4b77568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/codeql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const CODEQL_VERSION_SARIF_GROUP = "2.5.3";
export const CODEQL_VERSION_COUNTS_LINES = "2.6.2";
const CODEQL_VERSION_CUSTOM_QUERY_HELP = "2.7.1";
export const CODEQL_VERSION_ML_POWERED_QUERIES = "2.7.5";
const CODEQL_VERSION_LUA_TRACER_CONFIG = "2.9.2";
const CODEQL_VERSION_LUA_TRACER_CONFIG = "2.9.3";

/**
* This variable controls using the new style of tracing from the CodeQL
Expand Down

0 comments on commit 4b77568

Please sign in to comment.