mirror of
https://github.com/github/codeql-action.git
synced 2026-05-31 02:44:29 +00:00
More fixes from CR
This commit is contained in:
@@ -108,7 +108,7 @@ test("resolveToolsInput ignores repository property when fallback is disabled",
|
||||
t.is(loggedMessages.length, 1);
|
||||
const fallbackDisabledMessage = String(loggedMessages[0].message);
|
||||
t.true(
|
||||
/Ignoring 'github-codeql-tools' repository property because it is only supported for (dynamic workflows|default setup)\./.test(
|
||||
/Ignoring 'github-codeql-tools' repository property because it is only supported for dynamic workflows\./.test(
|
||||
fallbackDisabledMessage,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user