Skip to content

fix test

fix test #130

Triggered via push February 12, 2025 13:07
Status Success
Total duration 7m 1s
Artifacts

codeql.yml

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

Annotations

8 warnings
Analyze (csharp): Application.Services/JobSK/JobSearchOrchestrator.cs#L16
Parameter 'logger' is unread.
Analyze (csharp): Functions/Program.cs#L72
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): Application.Services/JobSK/JobSearchOrchestrator.cs#L16
Parameter 'logger' is unread.
Analyze (csharp): Functions/Program.cs#L72
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.