Skip to content

enable debugging

enable debugging #123

Triggered via pull request March 5, 2024 16:55
Status Success
Total duration 2m 11s
Artifacts
Validate Workflow Files
2m 1s
Validate Workflow Files
Fit to window
Zoom out
Zoom in

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.