Skip to content

Bump HtmlAgilityPack from 1.11.59 to 1.12.1 #705

Bump HtmlAgilityPack from 1.11.59 to 1.12.1

Bump HtmlAgilityPack from 1.11.59 to 1.12.1 #705

Triggered via pull request April 20, 2025 02:07
Status Failure
Total duration 1m 53s
Artifacts

CodeQL-Analysis.yml

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

Annotations

4 errors and 11 warnings
Analyze (csharp)
Code Scanning could not process the submitted SARIF file: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (csharp): DiscordBot/Services/UserService.cs#L209
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): DiscordBot/Services/UserService.cs#L227
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): DiscordBot/Modules/ModerationModule.cs#L496
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): DiscordBot/Extensions/InternetExtensions.cs#L15
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
Analyze (csharp): DiscordBot/Extensions/StringExtensions.cs#L106
'SHA256CryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
Analyze (csharp): DiscordBot/Modules/EmbedModule.cs#L118
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.'
Analyze (csharp): DiscordBot/Utils/WebUtil.cs#L90
The variable 'e' is declared but never used
Analyze (csharp): DiscordBot/Utils/WebUtil.cs#L74
The variable 'e' is declared but never used
Analyze (csharp): DiscordBot/Utils/WebUtil.cs#L58
The variable 'e' is declared but never used
Analyze (csharp): DiscordBot/Utils/WebUtil.cs#L41
The variable 'e' is declared but never used
Analyze (csharp)
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.