Skip to content

Security Scanning

Security Scanning #874

Triggered via schedule April 7, 2024 00:16
Status Success
Total duration 5m 18s
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/AppBar/FluentAppBarItem.razor.cs#L56
Avoid multiple blank lines (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2000)
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): tests/Core/Wizard/FluentWizardTests.razor#L320
The literal or constant value true should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'FluentWizard_EditForm_EditContextIsValid' on type 'FluentWizardTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
Analyze (csharp): tests/Core/Wizard/FluentWizardTests.razor#L372
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'FluentWizard_EditForm_EditContextIsInValid_OnNext' on type 'FluentWizardTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
Analyze (csharp): tests/Core/Wizard/FluentWizardTests.razor#L424
The literal or constant value false should be passed as the 'expected' argument in the call to 'Assert.Equal(expected, actual)' in method 'FluentWizard_EditForm_EditContextIsInValid_OnFinish' on type 'FluentWizardTests'. Swap the parameter values. (https://xunit.net/xunit.analyzers/rules/xUnit2000)
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/