Bump the version of the ATM query pack to 0.0.2

This commit is contained in:
Henry Mercer 2021-12-17 17:18:01 +00:00
parent 5602bd50bf
commit efded22908
4 changed files with 4 additions and 4 deletions

2
lib/config-utils.js generated
View file

@ -133,7 +133,7 @@ async function addBuiltinSuiteQueries(languages, codeQL, resultMap, packs, suite
}
packs.javascript.push({
packName: "codeql/javascript-experimental-atm-queries",
version: "0.0.1",
version: "0.0.2",
});
}
const suites = languages.map((l) => `${l}-${suiteName}.qls`);