Skip to content

CodeQL

CodeQL #474

Triggered via schedule April 30, 2024 04:38
Status Success
Total duration 18m 36s
Artifacts

codeql-analysis.yml

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

Annotations

6 warnings
Analyze (windows-2019, csharp, 7.0.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3.2.0, actions/cache@v3, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (windows-2019, csharp, 7.0.x): Framework/DependencyInjection/Tests/Cqrs.DependencyInjection.Tests.Unit/SimplifiedStartUpTests.cs#L172
Non-nullable property 'OriginatingFramework' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (windows-2019, csharp, 7.0.x): Framework/DependencyInjection/Tests/Cqrs.DependencyInjection.Tests.Unit/SimplifiedStartUpTests.cs#L173
Non-nullable property 'Frameworks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (windows-2019, csharp, 7.0.x): Framework/DependencyInjection/Tests/Cqrs.DependencyInjection.Tests.Unit/SimplifiedStartUpTests.cs#L172
Non-nullable property 'OriginatingFramework' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (windows-2019, csharp, 7.0.x): Framework/DependencyInjection/Tests/Cqrs.DependencyInjection.Tests.Unit/SimplifiedStartUpTests.cs#L173
Non-nullable property 'Frameworks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (windows-2019, csharp, 7.0.x)
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/