Skip to content

chore: support net8.0 version #493

chore: support net8.0 version

chore: support net8.0 version #493

Triggered via pull request February 23, 2024 11:44
Status Success
Total duration 4m 41s
Artifacts

codeql-analysis.yml

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

Annotations

13 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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)
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.Unit/ServiceBus/AzureServiceBusSystemPropertiesTests.cs#L145
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L94
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L105
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L108
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L120
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L131
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
Analyze (csharp): src/Arcus.Messaging.Tests.Unit/ServiceBus/AzureServiceBusMessagePumpOptionsTest.cs#L134
'AzureServiceBusMessagePumpOptions.Correlation' is obsolete: 'Use the Routing.Correlation instead'
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.