chore(deps): update actions/checkout action to v6 #372
Annotations
11 warnings
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L191
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/Test.cs#L202
Public method 'UsesMultipleThreadsWhenConfigured' on test class 'Test' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/Helpers/IntegrationTestHelper.cs#L75
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/ConnectorSecrets/ConnectorSecretsFixture.cs#L37
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L191
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Unit.Tests/ZeebeHostedServiceTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/Test.cs#L202
Public method 'UsesMultipleThreadsWhenConfigured' on test class 'Test' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/Helpers/IntegrationTestHelper.cs#L75
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
|
|
Analyze (csharp):
test/Zeebe.Client.Accelerator.Integration.Tests/ConnectorSecrets/ConnectorSecretsFixture.cs#L37
'IWaitForContainerOS.UntilPortIsAvailable(int, Action<IWaitStrategy>)' is obsolete: 'Use UntilInternalTcpPortIsAvailable or UntilExternalTcpPortIsAvailable instead. This method corresponds to the internal variant.'
|
|
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|