adding new option for default codescanning config #134
internal-validate-workflow-files.yml
on: pull_request
Validate Workflow Files
1m 20s
Annotations
10 warnings
Validate Workflow Files:
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|
Validate Workflow Files:
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.
|
Validate Workflow Files:
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.
|
Validate Workflow Files:
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.
|
Validate Workflow Files:
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.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L34
Possible null reference return.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L55
Converting null literal or possible null value to non-nullable type.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L58
Dereference of a possibly null reference.
|
Validate Workflow Files:
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.
|
Validate Workflow Files:
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.
|