Skip to content

CodeQL

CodeQL #49

Triggered via schedule June 1, 2025 00:17
Status Success
Total duration 3m 53s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): ConduitLLM.Providers/ElevenLabsClient.cs#L291
Possible null reference assignment.
Analyze (csharp): ConduitLLM.Providers/ElevenLabsClient.cs#L66
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/ElevenLabsClient.cs#L72
Unreachable code detected
Analyze (csharp): ConduitLLM.Providers/ElevenLabsClient.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L228
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L217
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L206
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L67
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L73
Unreachable code detected
Analyze (csharp): ConduitLLM.Providers/UltravoxClient.cs#L54
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.