Skip to content

Bump Zitadel from 5.2.16 to 5.2.20 #247

Bump Zitadel from 5.2.16 to 5.2.20

Bump Zitadel from 5.2.16 to 5.2.20 #247

Triggered via pull request August 20, 2023 03:44
Status Success
Total duration 5m 14s
Artifacts

codeql-analysis.yml

on: pull_request
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#L33
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#L33
Non-nullable field 'GRPCClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): CCSODiscordBot/Modules/Embeds/Modals/EmbedCreator.cs#L15
Non-nullable property 'EmbedTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Modules/Embeds/Modals/EmbedCreator.cs#L20
Non-nullable property 'EmbedURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Modules/Embeds/Modals/EmbedCreator.cs#L25
Non-nullable property 'EmbedBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): CCSODiscordBot/Modules/Embeds/Modals/EmbedCreator.cs#L30
Non-nullable property 'EmbedColor' must contain a non-null value when exiting constructor. Consider declaring the property 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.