Skip to content

Bump Zitadel from 5.3.3 to 6.1.1 #335

Bump Zitadel from 5.3.3 to 6.1.1

Bump Zitadel from 5.3.3 to 6.1.1 #335

Triggered via pull request January 29, 2024 19:36
Status Success
Total duration 3m 6s
Artifacts

codeql-analysis.yml

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

Annotations

13 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, 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 (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)
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): CCSODiscordBot/Modules/VPNRequest/AdminSlashCommands.cs#L25
Converting null literal or possible null value to non-nullable type.
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/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/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.