Allow patch version of ML-powered queries pack to be bumped
This commit is contained in:
parent
2159631658
commit
e7fe6da378
6 changed files with 6 additions and 6 deletions
2
lib/config-utils.js
generated
2
lib/config-utils.js
generated
|
|
@ -136,7 +136,7 @@ async function addBuiltinSuiteQueries(languages, codeQL, resultMap, packs, suite
|
|||
}
|
||||
packs.javascript.push({
|
||||
packName: "codeql/javascript-experimental-atm-queries",
|
||||
version: "0.0.2",
|
||||
version: "~0.0.2",
|
||||
});
|
||||
}
|
||||
const suites = languages.map((l) => `${l}-${suiteName}.qls`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue