Skip to content

Using Duende.IdentityModel and update package references. #216

Using Duende.IdentityModel and update package references.

Using Duende.IdentityModel and update package references. #216

Triggered via pull request November 28, 2024 16:58
Status Success
Total duration 4m 2s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp): test/Duende.Bff.Tests/Endpoints/RemoteEndpointTests.cs#L396
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
Analyze (csharp): test/Duende.Bff.Tests/Endpoints/RemoteEndpointTests.cs#L396
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)