Skip to content

Ai 230

Ai 230 #2599

Triggered via pull request October 20, 2023 13:31
@neildsouthneildsouth
synchronize #894
AI-230
Status Success
Total duration 11m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
analyze: src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
The variable 'ex' is declared but never used
analyze: src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L49
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L44
Non-nullable property 'WorkflowPublisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
analyze: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/StepDefinitions/ArtifactReceivedEventStepDefinitions.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
analyze: tests/IntegrationTests/WorkflowExecutor.IntegrationTests/Support/MinioDataSeeding.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
analyze: tests/UnitTests/WorkflowManager.Tests/DummyMessagingService.cs#L53
The event 'DummyMessagingService.OnConnectionError' is never used
analyze: src/WorkflowManager/Database/Repositories/ArtifactsRepository.cs#L194
The variable 'ex' is declared but never used