Skip to content

CodeQL Advanced

CodeQL Advanced #19

Triggered via schedule August 18, 2025 03:08
Status Cancelled
Total duration 6h 0m 5s
Artifacts

codeql.yml

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

Annotations

2 errors, 10 warnings, and 1 notice
Analyze (csharp)
The operation was canceled.
Analyze (csharp)
The job has exceeded the maximum execution time of 6h0m0s
Analyze (csharp)
Possible null reference return.
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
Possible null reference return.
Analyze (csharp)
Converting null literal or possible null value to non-nullable type.
Analyze (csharp)
Non-nullable field '_betaPassword' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
Non-nullable field '_beta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp)
The entry point of the program is global code; ignoring 'DepotProgram.Main(string[])' entry point.
Analyze (csharp)
Nullability of reference types in type of parameter 'y' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
Analyze (csharp)
Nullability of reference types in type of parameter 'x' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
Analyze (csharp)
Possible null reference assignment.
Analyze (csharp)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677