From 964d328667f055a32632de3c147d89c78791b61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20San=20Jos=C3=A9?= Date: Fri, 29 May 2026 13:08:26 +0200 Subject: [PATCH] More fixes from CR --- src/resolve-tools-input.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve-tools-input.test.ts b/src/resolve-tools-input.test.ts index 977199e0a..5697f5155 100644 --- a/src/resolve-tools-input.test.ts +++ b/src/resolve-tools-input.test.ts @@ -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, ), );