Skip to content

CodeQL

CodeQL #633

Triggered via schedule February 1, 2026 03:39
Status Success
Total duration 3m 53s
Artifacts

codeql-analysis.yml

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

Annotations

12 warnings
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L744
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L737
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L737
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L726
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L715
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Managers/IssueManager.cs#L618
Possible null reference argument for parameter 'contours' in 'double[] EmguContours.GetContoursArea(List<VectorOfVectorOfPoint> contours, bool useParallel = false)'.
Analyze (csharp, autobuild): UVtools.Core/Layers/Layer.cs#L827
Dereference of a possibly null reference.
Analyze (csharp, autobuild): UVtools.Core/Operations/OperationRepairLayers.cs#L396
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
Analyze (csharp, autobuild): UVtools.Core/Operations/OperationRepairLayers.cs#L326
A value of type 'System.Threading.Lock' converted to a different type will use likely unintended monitor-based locking in 'lock' statement.
Analyze (csharp, autobuild): UVtools.Core/Operations/OperationLightBleedCompensation.cs#L24
'OperationLightBleedCompensation' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Analyze (csharp, autobuild)
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, autobuild)
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/