Skip to content

CodeQL

CodeQL #398

Triggered via schedule May 5, 2024 08:28
Status Success
Total duration 4m 34s
Artifacts

codeql-analysis.yml

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

Annotations

3 errors and 13 warnings
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, github/codeql-action/init@v1, github/codeql-action/autobuild@v1, github/codeql-action/analyze@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, github/codeql-action/init@v1, github/codeql-action/autobuild@v1, github/codeql-action/analyze@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp)
1 issue was detected with this workflow: Please specify an on.push hook so that Code Scanning can compare pull requests against the state of the base branch.
Analyze (csharp): OctaneEngine/Streams/NormalStream.cs#L98
'NormalStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): OctaneEngine/Streams/ThrottleStream.cs#L126
'ThrottleStream.ReadAsync(Memory<byte>, CancellationToken)' hides inherited member 'Stream.ReadAsync(Memory<byte>, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Analyze (csharp): OctaneEngine/Streams/ThrottleStream.cs#L126
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): BenchmarkOctaneProject/Program.cs#L25
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L26
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L27
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L28
Non-nullable field 'pauseTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L29
Non-nullable field 'cancelTokenSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L30
Non-nullable field 'config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): BenchmarkOctaneProject/Program.cs#L32
Non-nullable field 'Url' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.