Skip to content

File upload

File upload #63

Triggered via pull request January 3, 2026 09:20
Status Failure
Total duration 4m 19s
Artifacts

codeql-analysis.yml

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

Annotations

1 error and 10 warnings
Analyze (javascript)
Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/codeql database finalize --finalize-dataset --threads=4 --ram=14580 /home/runner/work/_temp/codeql_databases/javascript". Exit code was 32 and last log line was: CodeQL detected code written in JavaScript/TypeScript but could not process any of it. For more information, review our troubleshooting guide at https://gh.io/troubleshooting-code-scanning/no-source-code-seen-during-build . See the logs for more details.
Analyze (csharp): Client/Modules/FileHub/Index.razor.cs#L49
The behavior of 'int.ToString()' could vary based on the current user's locale settings. Replace this call in 'Index.NavigateToEdit(int)' with a call to 'int.ToString(IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
Analyze (csharp): Client/Modules/FileHub/Settings.razor.cs#L24
Remove the unused private method 'HandleErrorAsync'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Analyze (csharp): Client/Modules/FileHub/Settings.razor.cs#L13
Remove the unused private field 'ResourceType'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Analyze (csharp): Client/Modules/FileHub/Edit.razor.cs#L206
Remove the unused private method 'GetImageUrl'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Analyze (csharp): Client/Modules/FileHub/Index.razor.cs#L47
Remove the unused private method 'NavigateToEdit'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L570
Dereference of a possibly null reference.
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L494
Dereference of a possibly null reference.
Analyze (csharp): Client/Modules/FileHub/Category.razor.cs#L439
Dereference of a possibly null reference.