Skip to content

CodeQL

CodeQL #230

Triggered via schedule August 6, 2023 08:40
Status Success
Total duration 6m 26s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Analyze (csharp): CCSODiscordBot/Modules/VPNRequest/AdminSlashCommands.cs#L25
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): CCSODiscordBot/Services/SSO/Implementations/Zitadel/Zitadel.cs#L32
Non-nullable field '_Client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): CCSODiscordBot/Services/SSO/Implementations/Zitadel/Zitadel.cs#L32
Non-nullable field 'GRPCClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): CCSODiscordBot/Modules/UserManagement/NewUserInteractions/Modals/BasicInformationEmbed.cs#L13
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Modules/UserManagement/NewUserInteractions/Modals/BasicInformationEmbed.cs#L18
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Modules/UserManagement/NewUserInteractions/Modals/BasicInformationEmbed.cs#L23
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Services/DynamicSlashCommands/HandleDynamicModals.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): CCSODiscordBot/Services/DynamicInteractions/RegisterDynamicSlashCommands.cs#L32
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
Analyze (csharp): CCSODiscordBot/Services/DynamicInteractions/RegisterDynamicSlashCommands.cs#L33
Converting null literal or possible null value to non-nullable type.