Upgrade to LTS versions of .NET 10 and NodeJS 24 #51
tests.yml
on: pull_request
Frontend Tests
44s
Backend Tests
1m 50s
Annotations
14 warnings
|
Frontend Tests
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-node@v4, codecov/test-results-action@v1. 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/
|
|
Frontend Tests
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Backend Tests
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, codecov/test-results-action@v1. 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/
|
|
Backend Tests
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Backend Tests:
web/Areas/RAPS/Controllers/RAPSController.cs#L40
ModelState.IsValid should be checked in controller actions.
|
|
Backend Tests:
web/Areas/Directory/Controllers/DirectoryController.cs#L18
Change the paths of the actions of this controller to be relative and add a controller route with the common prefix.
|
|
Backend Tests:
web/Areas/RAPS/Services/VMACSExport.cs#L313
Use a StringBuilder instead.
|
|
Backend Tests:
web/Areas/CTS/Controllers/CTSController.cs#L31
ModelState.IsValid should be checked in controller actions.
|
|
Backend Tests:
web/Models/ApiPagination.cs#L12
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
|
|
Backend Tests:
web/Models/ApiPagination.cs#L11
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
|
|
Backend Tests:
web/Models/ApiPagination.cs#L10
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
|
|
Backend Tests:
web/Models/ApiPagination.cs#L9
Value type property used as input in a controller action should be nullable, required or annotated with the JsonRequiredAttribute to avoid under-posting.
|
|
Backend Tests:
web/Classes/Utilities/IamApi.cs#L375
Use a StringBuilder instead.
|
|
Backend Tests:
web/Classes/Utilities/ExcelHelper.cs#L38
Remove this commented out code.
|