Skip to content

CodeQL

CodeQL #218

Triggered via schedule February 21, 2024 23:44
Status Failure
Total duration 1m 16s
Artifacts

codeql-analysis.yml

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

Annotations

5 errors and 10 warnings
Analyze (csharp): src/Pages/Index.cshtml.cs#L26
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L14
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L26
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp): src/Pages/Index.cshtml.cs#L14
The type or namespace name 'IdentityServerLicense' could not be found (are you missing a using directive or an assembly reference?)
Analyze (csharp)
Process completed with exit code 1.
Analyze (javascript)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, 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 (javascript)
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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/YamlConverters/SecretYamlConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'void SecretYamlConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L9
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/JsonConverters/ClaimJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Analyze (csharp): src/YamlConverters/SecretYamlConverter.cs#L15
Nullability of reference types in type of parameter 'value' of 'void SecretYamlConverter.WriteYaml(IEmitter emitter, object value, Type type)' doesn't match implicitly implemented member 'void IYamlTypeConverter.WriteYaml(IEmitter emitter, object? value, Type type)' (possibly because of nullability attributes).
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/