Skip to content

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

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

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

Triggered via push March 26, 2025 12:34
Status Success
Total duration 9m 1s
Artifacts
Test Bundle Creation
8m 53s
Test Bundle Creation
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test Bundle Creation: src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.
Test Bundle Creation: 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.