Skip to content

test: remove event-grid reference from service-bus integration tests #572

test: remove event-grid reference from service-bus integration tests

test: remove event-grid reference from service-bus integration tests #572

Triggered via pull request July 25, 2024 04:35
Status Success
Total duration 5m 1s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Arcus.Messaging.Tests.Workers.ServiceBus/Fixture/MessageCorrelationInfoJsonConverter.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Arcus.Messaging.Tests.Integration/Fixture/DockerServiceBusIntegrationTest.cs#L83
'EventConsumerHost.GetReceivedEvent(Func<CloudEvent, bool>, TimeSpan)' is obsolete: 'Use 'CloudEvent' overload from 'Azure.Messaging.EventGrid' package'
Analyze (csharp): src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePumpTests.cs#L90
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Arcus.Messaging.Abstractions.MessageHandling.MessageCorrelationFormat)2' is not covered.
Analyze (csharp): src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBus/TestServiceBusMessageEventConsumer.cs#L89
'EventConsumerHost.GetReceivedEvent(Func<CloudEvent, bool>, TimeSpan)' is obsolete: 'Use 'CloudEvent' overload from 'Azure.Messaging.EventGrid' package'
Analyze (csharp): src/Arcus.Messaging.Tests.Runtimes.AzureFunction.ServiceBus.Topic/Program.cs#L16
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
Analyze (csharp): src/Arcus.Messaging.Tests.Runtimes.AzureFunction.ServiceBus.Topic/Program.cs#L16
Possible null reference argument for parameter 'key' in 'AzureKeyCredential.AzureKeyCredential(string key)'.
Analyze (csharp): src/Arcus.Messaging.Tests.Runtimes.AzureFunction.ServiceBus.Topic/OrderProcessingFunction.cs#L44
Converting null literal or possible null value to non-nullable type.