Skip to content

Feature/pdfheadings #173

Feature/pdfheadings

Feature/pdfheadings #173

Triggered via pull request June 25, 2026 13:21
Status Success
Total duration 16m 2s
Artifacts

code-scanning.yml

on: pull_request
Matrix: CodeQL
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
CodeQL (csharp)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
CodeQL (csharp): src/EPPlus.Fonts.OpenType/TextShaping/Positioning/MarkToBaseProvider.cs#L57
The variable 'positioned' is assigned but its value is never used
CodeQL (csharp): src/EPPlus.Fonts.OpenType/Tables/Cmap/CmapSubtable4Segment.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL (csharp): src/EPPlus.Fonts.OpenType/FontsBinaryReader.cs#L26
The field 'FontsBinaryReader._numberOfReadBytes' is assigned but its value is never used
CodeQL (csharp): src/EPPlus.Fonts.OpenType/Tables/Gsub/GsubTableValidator.cs#L308
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
CodeQL (csharp): src/EPPlus.Fonts.OpenType/TextShaping/Positioning/MarkToBaseProvider.cs#L57
The variable 'positioned' is assigned but its value is never used
CodeQL (csharp): src/EPPlus.Fonts.OpenType/Tables/Cmap/CmapSubtable4Segment.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL (csharp): src/EPPlus.Fonts.OpenType/FontsBinaryReader.cs#L26
The field 'FontsBinaryReader._numberOfReadBytes' is assigned but its value is never used
CodeQL (csharp): src/EPPlus.Fonts.OpenType/Tables/Gsub/GsubTableValidator.cs#L308
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
CodeQL (csharp): src/EPPlus.Fonts.OpenType/TextShaping/Positioning/MarkToBaseProvider.cs#L57
The variable 'positioned' is assigned but its value is never used
CodeQL (csharp): src/EPPlus.Fonts.OpenType/Tables/Cmap/CmapSubtable4Segment.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
CodeQL (csharp)
Cannot build an overlay database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
CodeQL (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/