Skip to content

Commit e437ea1

Browse files
authored
Merge pull request #975 from github/henrymercer/bump-ml-powered-queries-to-0.1.0
Bump ML-powered queries to v0.1.0
2 parents cdf3c9d + 0b3acf6 commit e437ea1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lib/config-utils.test.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/util.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config-utils.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1811,15 +1811,15 @@ test(
18111811
true,
18121812
undefined,
18131813
"security-extended",
1814-
"~0.0.2"
1814+
"~0.1.0"
18151815
);
18161816
test(
18171817
mlPoweredQueriesMacro,
18181818
"2.7.5",
18191819
true,
18201820
undefined,
18211821
"security-and-quality",
1822-
"~0.0.2"
1822+
"~0.1.0"
18231823
);
18241824
test(
18251825
mlPoweredQueriesMacro,

src/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ export function isGoodVersion(versionSpec: string) {
636636
*/
637637
export const ML_POWERED_JS_QUERIES_PACK: PackWithVersion = {
638638
packName: "codeql/javascript-experimental-atm-queries",
639-
version: "~0.0.2",
639+
version: "~0.1.0",
640640
};
641641

642642
/**

0 commit comments

Comments
 (0)