CodeQL Advanced #300
Annotations
13 warnings
|
Analyze (csharp)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, github/codeql-action/analyze@v3, github/codeql-action/init@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Analyze (csharp):
CompatBot/EventHandlers/DiscordInviteFilter.cs#L192
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/EventHandlers/GithubLinksHandler.cs#L60
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/EventHandlers/GithubLinksHandler.cs#L35
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/EventHandlers/EmpathySimulationHandler.cs#L53
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/EventHandlers/BotReactionsHandler.cs#L182
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/EventHandlers/BotReactionsHandler.cs#L179
Possible null reference argument for parameter 'mbr' in 'DiscordPermissions DiscordChannel.PermissionsFor(DiscordMember mbr)'.
|
|
Analyze (csharp):
CompatBot/EventHandlers/BotReactionsHandler.cs#L76
Dereference of a possibly null reference.
|
|
Analyze (csharp):
CompatBot/Ocr/Backend/Florence2.cs#L7
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp):
CompatBot/Ocr/Backend/Tesseract.cs#L11
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp):
CompatBot/Ocr/Backend/AzureVision.cs#L9
Non-nullable field 'cvClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "manual" instead of "none". Falling back to creating a normal full database instead.
|
|
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
|