Update QLT to use new codeql-bundle tool #44
internal-pr-bundle-integration-test-cpp.yml
on: pull_request
Matrix: Analyze
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.
|