Skip to content

Update QLT to use new codeql-bundle tool (#27) #156

Update QLT to use new codeql-bundle tool (#27)

Update QLT to use new codeql-bundle tool (#27) #156

Triggered via push March 26, 2025 12:34
Status Success
Total duration 1m 28s
Artifacts
Validate Workflow Files
1m 17s
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/Feature/FeatureBase.cs#L13
Non-nullable property 'FeatureName' 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.
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/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/Utils/QLTConfig.cs#L36
Possible null reference return.