Skip to content

fix: hide corner badges in PDF, gold view-plan icon, codeql.yml parse #91

fix: hide corner badges in PDF, gold view-plan icon, codeql.yml parse

fix: hide corner badges in PDF, gold view-plan icon, codeql.yml parse #91

Triggered via push April 26, 2026 21:41
Status Success
Total duration 8m 20s
Artifacts

codeql.yml

on: push
Analyze (csharp)
8m 4s
Analyze (csharp)
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Analyze (csharp): Components/Shared/PanelEditorModal.razor#L535
Dereference of a possibly null reference.
Analyze (csharp): Components/Shared/PanelEditorModal.razor#L271
Dereference of a possibly null reference.
Analyze (csharp): MainWindow.xaml.cs#L357
Possible null reference assignment.
Analyze (csharp): MainWindow.xaml.cs#L356
Possible null reference assignment.
Analyze (csharp): Components/Shared/QueryPlanModal.razor#L201
Possible null reference argument for parameter 'xml' in 'string ExecutionPlanParser.ParseToJson(string xml)'.
Analyze (csharp): Data/Services/SqlWatchDeploymentService.cs#L78
Possible null reference argument for parameter 'progress' in 'Task SqlWatchDeploymentService.DropDatabaseIfExistsAsync(string databaseName, IProgress<DeploymentProgress> progress, CancellationToken cancellationToken)'.
Analyze (csharp): Data/Services/SqlWatchDeploymentService.cs#L20
Non-nullable field '_cancellationTokenSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): Data/Services/SqlWatchDeploymentService.cs#L1611
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Data/Services/SqlWatchDeploymentService.cs#L1619
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): Pages/VulnerabilityAssessment.razor#L178
Dereference of a possibly null reference.