Skip to content

chore: Bump the dependencies group with 1 update #706

chore: Bump the dependencies group with 1 update

chore: Bump the dependencies group with 1 update #706

Triggered via pull request October 13, 2025 00:14
Status Success
Total duration 2m 39s
Artifacts

codeql-analysis.yml

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

Annotations

14 warnings
analyze / Analyze (javascript-typescript, 9.0.x)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
analyze / Analyze (javascript-typescript, 9.0.x)
Error retrieving diff master...JaCraig:dependabot/nuget/test/SQLHelper.Tests/dependencies-abd88dae82: Not Found - https://docs.github.com/rest/commits/commits#compare-two-commits
analyze / Analyze (csharp, 9.0.x)
Cannot create diff range extension pack for diff-informed queries; reverting to performing full analysis.
analyze / Analyze (csharp, 9.0.x)
Error retrieving diff master...JaCraig:dependabot/nuget/test/SQLHelper.Tests/dependencies-abd88dae82: Not Found - https://docs.github.com/rest/commits/commits#compare-two-commits
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L112
Possible null reference argument for parameter 'stringBuilderPool' in 'SQLHelper.SQLHelper(ObjectPool<StringBuilder> stringBuilderPool, IConfiguration configuration, ILogger<SQLHelper>? logger = null)'.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Modules/ConfigurationModule.cs#L23
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L86
Dereference of a possibly null reference.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/MassInsert.cs#L62
Dereference of a possibly null reference.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'Batch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
analyze / Analyze (csharp, 9.0.x): SQLHelper.SpeedTests/Tests/AltImplementations/SQLHelper.cs#L52
Non-nullable property 'DatabaseConnection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
analyze / Analyze (csharp, 9.0.x): SQLHelper.Example/Program.cs#L24
Dereference of a possibly null reference.
analyze / Analyze (csharp, 9.0.x): SQLHelper.Example/Program.cs#L21
Possible null reference argument for parameter 'provider' in 'SQLHelper? ServiceProviderServiceExtensions.GetService<SQLHelper>(IServiceProvider provider)'.