Skip to content

CodeQL

CodeQL #858

Triggered via schedule March 9, 2024 01:18
Status Success
Total duration 5m 46s
Artifacts

codeql-analysis.yml

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

Annotations

24 warnings
Analyze (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@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 (javascript): Damselfly.Core.Interfaces/IImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.Interfaces/IImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.Utils/ML/MLUtils.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.DbModels/Models/Entities/Folder.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (javascript): Damselfly.Core.ScopedServices/Client Services/AuthService.cs#L54
Cannot convert null literal to non-nullable reference type.
Analyze (javascript): Damselfly.Core.ScopedServices/Client Services/ClientPeopleService.cs#L38
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 (javascript): Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used
Analyze (javascript)
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@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): Damselfly.Core.Utils/ML/MLUtils.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.Interfaces/IImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.Interfaces/IImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.DbModels/Images/ImageProcessResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.DbModels/Models/Entities/Folder.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): Damselfly.Core.ScopedServices/Client Services/AuthService.cs#L54
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): Damselfly.Core.ScopedServices/Client Services/ClientPeopleService.cs#L38
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): Damselfly.Core.ScopedServices/Client Services/ClientTagService.cs#L20
The event 'ClientTagService.OnUserTagsAdded' is never used