Skip to content

Bump Discord.Net from 3.13.0 to 3.13.1 #346

Bump Discord.Net from 3.13.0 to 3.13.1

Bump Discord.Net from 3.13.0 to 3.13.1 #346

Triggered via pull request February 12, 2024 06:12
Status Success
Total duration 2m 39s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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#L45
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#L45
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/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.