PR #1583 #622
codeql
on: dynamic
Matrix: analyze
Annotations
1 error and 3 warnings
|
TransactionProcessor.IntegrationTests.Features.MerchantFeature ► UpdateMerchant:
TransactionProcessor.IntegrationTesting.Helpers/TransactionProcessorSteps.cs#L1201
Failed test found in:
TransactionProcessor.IntegrationTests/TestResults/integration-test-results.trx
Error:
Shouldly.ShouldAssertException : Result<MerchantResponse>? getMerchantResult = await this.TransactionProcessorClient.GetMerchant(accessToken, addressVerify.Item1.EstateId, addressVerify.Item2.MerchantId, CancellationToken.None);
MerchantResponse? merchant = getMerchantResult.Data;
merchant.ShouldNotBeNull();
AddressResponse? address = merchant.Addresses.First();
address.AddressLine1
should be
"Address Line 1U"
but was
"Address Line 1"
difference
Difference | |
| \|/
Index | 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Expected Value | A d d r e s s \s L i n e \s 1 U
Actual Value | A d d r e s s \s L i n e \s 1
Expected Code | 65 100 100 114 101 115 115 32 76 105 110 101 32 49 85
Actual Code | 65 100 100 114 101 115 115 32 76 105 110 101 32 49
|
|
Analyze (actions)
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 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/
|
|
Analyze (javascript-typescript)
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 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/
|
|
Analyze (csharp)
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 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/
|