Skip to content

Bump xunit from 2.4.2 to 2.9.2 #855

Bump xunit from 2.4.2 to 2.9.2

Bump xunit from 2.4.2 to 2.9.2 #855

Triggered via pull request November 7, 2024 08:57
Status Success
Total duration 2m 20s
Artifacts

codeql-analysis.yml

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

Annotations

9 warnings
CodeQL Analysis
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.