Skip to content

cicd(upgrade): use java 17 to fix the pipeline error #114

cicd(upgrade): use java 17 to fix the pipeline error

cicd(upgrade): use java 17 to fix the pipeline error #114

Triggered via push May 7, 2024 11:29
Status Failure
Total duration 2m 12s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 23 warnings
macOS-latest
Process completed with exit code 1.
ubuntu-latest
Process completed with exit code 1.
windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
macOS-latest: src/IdentityServer/Validation/Default/JwtBearerClientAssertionSecretParser.cs#L115
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L132
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
macOS-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L175
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L20
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L20
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L20
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L20
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/BasicTest.cs#L28
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L35
Dereference of a possibly null reference.
macOS-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L39
Dereference of a possibly null reference.
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ubuntu-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L132
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
ubuntu-latest: test/EntityFramework.Storage.IntegrationTests/Stores/DeviceFlowStoreTests.cs#L175
Microsoft.EntityFrameworkCore.InMemory.Infrastructure.Internal.InMemoryOptionsExtension is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L20
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/PKCETest.cs#L20
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L20
Non-nullable field '_authorizeEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L20
Non-nullable field '_tokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/BasicTest.cs#L28
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L35
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L39
Dereference of a possibly null reference.
ubuntu-latest: Host.Main.Test/Host.Main.Test/IntegrationTest/IdTokenTest.cs#L39
Possible null reference assignment.