Improve setup guides and Node.js version management across all platforms #78
account.yml
on: pull_request
Build and Test
26m 38s
Code Style and Linting
6m 1s
API Production
/
Deploy
Workers Production
/
Deploy
Annotations
13 warnings
|
Code Style and Linting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Build and Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/setup-java@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|
|
Build and Test:
application/AppGateway/ApiAggregation/ApiAggregationService.cs#L79
Loops should be simplified using the "Where" LINQ method
|
|
Build and Test:
application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L80
Make sure creating this cookie without the "HttpOnly" flag is safe.
|
|
Build and Test:
application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L43
Make sure creating this cookie without the "HttpOnly" flag is safe.
|
|
Build and Test:
application/AppGateway/Program.cs#L45
Refactor your code not to use hardcoded absolute paths or URIs.
|
|
Build and Test:
application/shared-kernel/SharedKernel/OpenIdConnect/ReturnPathHelper.cs#L49
Make sure creating this cookie without the "HttpOnly" flag is safe.
|
|
Build and Test:
application/shared-kernel/SharedKernel/EntityFramework/SharedKernelDbContext.cs#L77
Loop should be simplified by calling Select(entityType => entityType.ClrType))
|
|
Build and Test:
application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L210
Either log this exception and handle it, or rethrow it with some contextual information.
|
|
Build and Test:
application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L92
Pass a timeout to limit the execution time.
|
|
Build and Test:
application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe.
|
|
Build and Test:
application/shared-kernel/SharedKernel/StronglyTypedIds/StronglyTypedId.cs#L12
When implementing IComparable<T>, you should also override <, <=, >, and >=.
|
|
Database Staging / Plan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, azure/login@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
|