Skip to content

Security Scanning

Security Scanning #2

Triggered via schedule May 8, 2024 01:00
Status Success
Total duration 5m 35s
Artifacts

codeql-analysis.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, actions/setup-dotnet@v2, 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): src/Core/Components/NavMenu/FluentNavLink.razor#L38
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Core/Components/DataGrid/FluentDataGridCell.razor.cs#L56
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
Analyze (csharp): tests/Core/DateTime/FluentDatePickerTests.cs#L150
Dereference of a possibly null reference.
Analyze (csharp): tests/Core/DateTime/FluentDatePickerTests.cs#L170
Dereference of a possibly null reference.
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L233
'FluentCounterBadge.ShowZero' is obsolete: 'This parameter will be removed in a future version. Use ShowWhen with a lambda expression instead'
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L249
'FluentCounterBadge.ShowZero' is obsolete: 'This parameter will be removed in a future version. Use ShowWhen with a lambda expression instead'
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L354
'FluentCounterBadge.BadgeContent' is obsolete: 'This parameter will be removed in a future version. Use BadgeTemplate instead.'
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L370
'FluentCounterBadge.BadgeContent' is obsolete: 'This parameter will be removed in a future version. Use BadgeTemplate instead.'
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L387
'FluentCounterBadge.BadgeContent' is obsolete: 'This parameter will be removed in a future version. Use BadgeTemplate instead.'
Analyze (csharp): tests/Core/CounterBadge/FluentCounterBadgeTests.cs#L403
'FluentCounterBadge.BadgeContent' is obsolete: 'This parameter will be removed in a future version. Use BadgeTemplate instead.'
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/