2026.5.1 #104
Triggered via release
May 16, 2026 11:28
StuartFerguson
published
2026.5.1
Status
Failure
Total duration
30d 0h 2m 3s
Artifacts
2
createrelease.yml
on: release
Release
1m 0s
Deploy to Production
30d 0h
production
review time expired
Annotations
1 error and 23 warnings
|
Deploy to Production
The deployment was rejected or didn't satisfy other protection rules.
|
|
Release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4.0.1, actions/upload-artifact@v4.4.0. 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/
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L488
Non-nullable property 'TransactionFees' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L479
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L476
Non-nullable property 'DisplayText' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L506
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L541
Non-nullable property 'OpeningHours' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L538
Non-nullable property 'MerchantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L550
Non-nullable property 'Closing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/ApiClient.cs#L547
Non-nullable property 'Opening' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/Product.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Persistence/EfRepository.cs#L59
Nullability of reference types in return type of 'Task<Merchant?> EfRepository.GetMerchant(Guid merchantId)' doesn't match implicitly implemented member 'Task<Merchant> IEfRepository.GetMerchant(Guid merchantId)'.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantRuntime.cs#L18
Non-nullable field 'CurrentServiceToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L24
Non-nullable property 'Merchant' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L22
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L12
Non-nullable property 'ApplicationVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L11
Non-nullable property 'DeviceIdentifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Runtime/MerchantConfig.cs#L8
Non-nullable property 'MerchantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Models/Entities.cs#L10
Non-nullable property 'MerchantName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Release:
TransactionProcessing.MerchantPos/Persistence/EfRepository.cs#L59
Nullability of reference types in return type of 'Task<Merchant?> EfRepository.GetMerchant(Guid merchantId)' doesn't match implicitly implemented member 'Task<Merchant> IEfRepository.GetMerchant(Guid merchantId)'.
|
|
Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Deploy to Staging
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4.1.8. 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/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
merchantfileprocessor
|
53.1 MB |
sha256:2e98a64f1bfca87adc95aabb84a1f10e9e53ba8bce3dd2dd623986cfd0a7f3be
|
|
|
merchantpos
|
53.1 MB |
sha256:88ebc5e66e47e0f772d13412b3acc912325e65b48462348a0fa2a35ba807c730
|
|