mirror of
https://github.com/github/codeql-action
synced 2026-05-29 05:00:55 +03:00
Allow patch version of ML-powered queries pack to be bumped
This commit is contained in:
Generated
+1
-1
@@ -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`);
|
||||
|
||||
File diff suppressed because one or more lines are too long
Generated
+1
-1
@@ -892,7 +892,7 @@ async function mlPoweredQueriesMacro(t, codeQLVersion, isMlPoweredQueriesFlagEna
|
||||
[languages_1.Language.javascript]: [
|
||||
{
|
||||
packName: "codeql/javascript-experimental-atm-queries",
|
||||
version: (0, semver_1.clean)("0.0.2"),
|
||||
version: "~0.0.2",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1703,7 +1703,7 @@ async function mlPoweredQueriesMacro(
|
||||
[Language.javascript]: [
|
||||
{
|
||||
packName: "codeql/javascript-experimental-atm-queries",
|
||||
version: clean("0.0.2"),
|
||||
version: "~0.0.2",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
+1
-1
@@ -291,7 +291,7 @@ async function addBuiltinSuiteQueries(
|
||||
}
|
||||
packs.javascript.push({
|
||||
packName: "codeql/javascript-experimental-atm-queries",
|
||||
version: "0.0.2",
|
||||
version: "~0.0.2",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user