Skip to content

CodeQL

CodeQL #24

Triggered via schedule February 9, 2024 12:14
Status Success
Total duration 4m 0s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L8
Nullability of reference types in return type of 'string? HelpCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
Analyze (csharp): Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L8
Nullability of reference types in return type of 'string? RootCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
Analyze (csharp): Carbonyl/Class/Commands/RunCommands/RunCommand.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.
Analyze (csharp): Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L11
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): Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L11
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): Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L8
Nullability of reference types in return type of 'string? HelpCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
Analyze (csharp): Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L8
Nullability of reference types in return type of 'string? RootCommand.Identifier.get' doesn't match implicitly implemented member 'string ICommand.Identifier.get' (possibly because of nullability attributes).
Analyze (csharp): Carbonyl/Class/Commands/RunCommands/RunCommand.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.
Analyze (csharp): Carbonyl/Class/Commands/HelpCommands/HelpCommand.cs#L11
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): Carbonyl/Class/Commands/RootCommands/RootCommand.cs#L11
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.