Skip to content

Bump coverlet.collector from 6.0.2 to 6.0.3 #937

Bump coverlet.collector from 6.0.2 to 6.0.3

Bump coverlet.collector from 6.0.2 to 6.0.3 #937

Triggered via pull request December 31, 2024 23:10
Status Success
Total duration 1m 48s
Artifacts

codeql-analysis.yml

on: pull_request
CodeQL Analysis
1m 37s
CodeQL Analysis
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
CodeQL Analysis
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CodeQL Analysis: src/kibali/AuthZChecker.cs#L46
'Uri.Uri(Uri, string?, bool)' is obsolete: 'This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.'
CodeQL Analysis: src/kibali/AuthZChecker.cs#L46
'Uri.Uri(Uri, string?, bool)' is obsolete: 'This constructor has been deprecated; the dontEscape parameter is always false. Use Uri(Uri, string) instead.'
CodeQL Analysis: src/kibaliTool/ExportCommand.cs#L10
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.
CodeQL Analysis: src/kibaliTool/DocumentCommand.cs#L19
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.
CodeQL Analysis: src/kibaliTool/ValidateCommand.cs#L20
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.
CodeQL Analysis: src/kibaliTool/ExportCommand.cs#L10
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.
CodeQL Analysis: src/kibaliTool/DocumentCommand.cs#L19
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.
CodeQL Analysis: src/kibaliTool/ValidateCommand.cs#L20
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.