mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
Allow patch version of ML-powered queries pack to be bumped
This commit is contained in:
@@ -1703,7 +1703,7 @@ async function mlPoweredQueriesMacro(
|
||||
[Language.javascript]: [
|
||||
{
|
||||
packName: "codeql/javascript-experimental-atm-queries",
|
||||
version: clean("0.0.2"),
|
||||
version: "~0.0.2",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
@@ -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