Skip to content

CodeQL

CodeQL #838

Triggered via schedule February 27, 2026 09:54
Status Success
Total duration 8m 15s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
If possible, make the underlying type of ISA95JobResponseDataTypeFields System.Int32 instead of uint (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
Analyze (csharp)
Mark enums with FlagsAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1027)
Analyze (csharp)
If possible, make the underlying type of ISA95JobOrderDataTypeFields System.Int32 instead of uint (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
Analyze (csharp)
Mark enums with FlagsAttribute (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1027)
Analyze (csharp)
If possible, make the underlying type of ISA95EquipmentDataTypeFields System.Int32 instead of uint (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1028)
Analyze (csharp)
Change 'List<NodeState>' in 'SampleNodeManager.RootNotifiers' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
Analyze (csharp)
Change 'List<string>' in 'ServerConsoleHost.AlternativeHosts' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1002)
Analyze (csharp)
Change 'AlternativeHosts' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
Analyze (csharp)
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
Analyze (csharp)
Avoid unsealed attributes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1813)
Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "autobuild" 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/