Skip to content

CodeQL

CodeQL #55

Triggered via schedule March 17, 2026 04:35
Status Success
Total duration 1m 47s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze (csharp)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L38
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Threading/ResourcePoolTests.cs#L237
Use 'Assert.DoesNotContain' instead of 'Assert.IsFalse' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Threading/ResourcePoolTests.cs#L236
Use 'Assert.Contains' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/GroupingTests.cs#L25
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L193
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L175
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L156
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L131
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L61
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp): src/KnightwareCoreTests/Collections/ListExtensionsTests.cs#L38
Use 'Assert.HasCount' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/