CodeQL Analysis #104
Annotations
14 warnings
|
analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: github/codeql-action/analyze@v3, github/codeql-action/init@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
analyze:
src/Modules/Billing/Modules.Billing/Services/BillingService.cs#L93
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
analyze:
src/Modules/Billing/Modules.Billing/Services/BillingService.cs#L45
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
analyze:
src/Modules/Billing/Modules.Billing/Services/UsageReporter.cs#L65
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
analyze:
src/Modules/Billing/Modules.Billing/Services/MonthlyInvoiceJob.cs#L28
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
analyze:
src/Modules/Billing/Modules.Billing/Services/MonthlyInvoiceJob.cs#L24
Evaluation of this argument may be expensive and unnecessary if logging is disabled (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1873)
|
|
analyze:
src/BuildingBlocks/Quota/InMemoryQuotaStore.cs#L9
'InMemoryQuotaStore' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
|
analyze:
src/BuildingBlocks/Quota/NoopQuotaService.cs#L9
'NoopQuotaService' is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it 'static' (Module in Visual Basic). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1812)
|
|
analyze:
src/BuildingBlocks/Quota/RedisQuotaService.cs#L21
Change type of field '_gauges' from 'System.Collections.Generic.IReadOnlyDictionary<FSH.Framework.Shared.Quota.QuotaResource, FSH.Framework.Quota.IQuotaGaugeProvider>' to 'System.Collections.Generic.Dictionary<FSH.Framework.Shared.Quota.QuotaResource, FSH.Framework.Quota.IQuotaGaugeProvider>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
analyze:
src/BuildingBlocks/Quota/InMemoryQuotaService.cs#L18
Change type of field '_gauges' from 'System.Collections.Generic.IReadOnlyDictionary<FSH.Framework.Shared.Quota.QuotaResource, FSH.Framework.Quota.IQuotaGaugeProvider>' to 'System.Collections.Generic.Dictionary<FSH.Framework.Shared.Quota.QuotaResource, FSH.Framework.Quota.IQuotaGaugeProvider>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
analyze:
src/BuildingBlocks/Quota/QuotaOptions.cs#L23
Change 'Plans' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
analyze
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|
|
analyze
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|
|
analyze
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|