Skip to content

Add automated release pipeline #44

Add automated release pipeline

Add automated release pipeline #44

Triggered via pull request October 9, 2024 16:57
Status Success
Total duration 9m 59s
Artifacts

codeQL.yml

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

Annotations

11 warnings
Analyze (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. 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): src/DurableTask.Netherite/TransportLayer/EventHubs/EventProcessorHost.cs#L24
Field 'EventProcessorHost.shutdownToken' is never assigned to, and will always have its default value
Analyze (csharp): src/DurableTask.Netherite.AzureFunctions/NetheriteProvider.cs#L149
'ScaleMonitorDescriptor.ScaleMonitorDescriptor(string)' is obsolete: 'This constructor is obsolete. Use the version that takes function id instead.'
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L132
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L170
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L208
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L212
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L216
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L231
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
Analyze (csharp): test/DurableTask.Netherite.Tests/QueryTests.cs#L235
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)