Skip to content

Update actions/checkout action to v6 #290

Update actions/checkout action to v6

Update actions/checkout action to v6 #290

Triggered via pull request May 12, 2026 09:54
Status Failure
Total duration 1m 43s
Artifacts

integration-tests.yml

on: pull_request
Run Integration Tests
1m 32s
Run Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Run Integration Tests
Process completed with exit code 1.
Run Integration Tests
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. 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/
Run Integration Tests: EliteAPI/Features/HypixelGuilds/Models/HypixelGuildDto.cs#L10
The member Deleted on the mapping source type EliteAPI.Features.HypixelGuilds.Models.HypixelGuild is not mapped to any member on the mapping target type EliteAPI.Features.HypixelGuilds.Models.HypixelGuildDto
Run Integration Tests: HypixelAPI.Networth.Tests/Infrastructure/TestHelpers.cs#L44
Nullability of reference types in value of type 'List<string?>' doesn't match target type 'List<string>'.
Run Integration Tests: HypixelAPI.Networth.Tests/Calculators/SkyBlockItemNetworthCalculatorTests.cs#L116
Possible null reference argument for parameter 'collection' in 'void Assert.Contains<NetworthCalculation>(IEnumerable<NetworthCalculation> collection, Predicate<NetworthCalculation> filter)'.
Run Integration Tests: HypixelAPI.Networth.Tests/Calculators/AncientFairyFedoraTests.cs#L89
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<NetworthCalculation, string>(IEnumerable<NetworthCalculation> source, Func<NetworthCalculation, string> selector)'.
Run Integration Tests: HypixelAPI/DTOs/HypixelGuildResponse.cs#L39
Non-nullable property 'Rank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Integration Tests: HypixelAPI/DTOs/HypixelGuildResponse.cs#L39
Non-nullable property 'Rank' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Integration Tests: HypixelAPI/DTOs/HypixelGuildResponse.cs#L38
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Integration Tests: HypixelAPI/DTOs/HypixelGuildResponse.cs#L38
Non-nullable property 'Uuid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.