Skip to content

CodeQL Security Analysis #83

CodeQL Security Analysis

CodeQL Security Analysis #83

Triggered via schedule July 12, 2026 00:49
Status Success
Total duration 9m 10s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Analyze C# Code
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Analyze C# Code (csharp)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3, microsoft/setup-msbuild@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L113
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L104
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L95
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L87
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L79
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L71
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/synthesis/SubbandSyn.cs#L63
Possible null reference return.
Analyze C# Code (csharp): CoreJ2K/Util/Tokenizer.cs#L97
Dereference of a possibly null reference.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/WTDecompSpec.cs#L151
Non-nullable field 'compMainDefLevels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze C# Code (csharp): CoreJ2K/j2k/wavelet/WTDecompSpec.cs#L151
Non-nullable field 'compMainDefDecompType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze C# Code (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/