enable debugging #123
internal-validate-workflow-files.yml
on: pull_request
Validate Workflow Files
2m 1s
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/Target/CommandTarget.cs#L11
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Target/CommandTarget.cs#L12
Non-nullable property 'AutomationTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L205
Non-nullable property 'branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L206
Non-nullable property 'repositoryUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L207
Non-nullable property 'revisionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L192
Non-nullable property 'uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L185
Non-nullable property 'artifactLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Validate Workflow Files:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L186
Non-nullable property 'region' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|