From 202cb8a3206f6bcef18aa033e731c46191cbb59d Mon Sep 17 00:00:00 2001 From: Aaron Stainback Date: Tue, 28 Apr 2026 19:36:48 -0400 Subject: [PATCH] =?UTF-8?q?ci(codeql-config):=20xunit=20=E2=86=92=20xUnit?= =?UTF-8?q?=20capitalization=20(Copilot=20thread=20on=20PR=20#701)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/codeql/codeql-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml index f82631e3..fc78c77c 100644 --- a/.github/codeql/codeql-config.yml +++ b/.github/codeql/codeql-config.yml @@ -47,7 +47,7 @@ paths-ignore: - "**/*.generated.cs" # .NET build artifacts. The `obj/` and `bin/` trees contain - # generated test scaffolding (xunit auto-generated entry + # generated test scaffolding (xUnit auto-generated entry # points: `XunitAutoGeneratedEntry*.cs`) and compiler # intermediates that aren't authored source. CodeQL findings # here ask us to fix MSBuild's output, not the source —