Skip to content

Bump github/codeql-action from 2 to 3 (#1484) #218

Bump github/codeql-action from 2 to 3 (#1484)

Bump github/codeql-action from 2 to 3 (#1484) #218

Triggered via push December 14, 2023 23:43
Status Failure
Total duration 3m 13s
Artifacts

docfx.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
docfx
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L15
'DummyHttpServer' contains field 'server' that is of IDisposable type 'TcpListener', but it is never disposed. Change the Dispose method on 'DummyHttpServer' to call Close or Dispose on this field. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2213)
docfx: tests/KubernetesClient.Classic.Tests/SimpleTests.cs#L77
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/E2E.Tests/MinikubeTests.cs#L306
'LeaderElector.RunAsync(CancellationToken)' is obsolete: 'Replaced by RunUntilLeadershipLostAsync to encode behavior in method name.'
docfx: tests/E2E.Tests/MinikubeTests.cs#L328
'LeaderElector.RunAsync(CancellationToken)' is obsolete: 'Replaced by RunUntilLeadershipLostAsync to encode behavior in method name.'
docfx: tests/KubernetesClient.Tests/KubernetesMetricsTests.cs#L38
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
docfx: tests/KubernetesClient.Tests/KubernetesExecTests.cs#L54
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)