Skip to content

Code scanning - action #21

Code scanning - action

Code scanning - action #21

Triggered via schedule April 15, 2024 18:09
Status Success
Total duration 3m 53s
Artifacts

codeql-analysis.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
CodeQL-Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L56
Dereference of a possibly null reference.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/NuGetReaderTestFixture.cs#L73
Dereference of a possibly null reference.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/ProjectFileParserTestFixture.cs#L37
Non-nullable field 'projectFileParser' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/ProjectFileParserTestFixture.cs#L39
Non-nullable field 'projectFiles' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/ProjectFileExtractorTestFixture.cs#L36
Non-nullable field 'projectFileExtractor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/ProjectFileExtractorTestFixture.cs#L38
Non-nullable field 'rootFolder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L36
Non-nullable field 'packageToExcelWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L38
Non-nullable field 'packages' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Services/PackageToExcelWriterTestFixture.cs#L40
Non-nullable field 'resultFileInfo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
CodeQL-Build: NetProjectPackageExtractor.Tests/Commands/ExtractCommandTestFixture.cs#L77
Cannot convert null literal to non-nullable reference type.
CodeQL-Build
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/