Skip to content

Update QLT to use new codeql-bundle tool #44

Update QLT to use new codeql-bundle tool

Update QLT to use new codeql-bundle tool #44

Triggered via pull request March 26, 2025 11:32
Status Failure
Total duration 9m 45s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Analyze (cpp)
Code Scanning could not process the submitted SARIF file: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
Analyze (cpp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze (cpp): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L36
Possible null reference return.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L53
Dereference of a possibly null reference.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.