mirror of
https://github.com/github/codeql-action.git
synced 2025-12-28 02:00:12 +08:00
update security extended test for all platforms
This commit is contained in:
@@ -1865,15 +1865,15 @@ test(
|
||||
"security-and-quality",
|
||||
"0.0.1"
|
||||
);
|
||||
// Test that the ~0.3.0 version of ML-powered queries are run on non-Windows platforms running
|
||||
// `security-extended` on version 2.9.3+ of the CodeQL CLI.
|
||||
// Test that ML-powered queries are run on all platforms running `security-extended` on CodeQL
|
||||
// CLI 2.9.3+.
|
||||
test(
|
||||
mlPoweredQueriesMacro,
|
||||
"2.9.3",
|
||||
true,
|
||||
undefined,
|
||||
"security-extended",
|
||||
process.platform === "win32" ? undefined : "~0.3.0"
|
||||
"~0.3.0"
|
||||
);
|
||||
// Test that ML-powered queries are run on all platforms running `security-and-quality` on CodeQL
|
||||
// CLI 2.9.3+.
|
||||
|
||||
Reference in New Issue
Block a user