Skip to content

Bump Selenium.Support and Selenium.WebDriver #158

Bump Selenium.Support and Selenium.WebDriver

Bump Selenium.Support and Selenium.WebDriver #158

Triggered via pull request January 19, 2026 20:33
Status Success
Total duration 2m 2s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): APIAutomation/Library/CustomLibraries.cs#L20
Possible null reference argument for parameter 'json' in 'JObject JObject.Parse(string json)'.
Analyze (csharp): APIAutomation/Library/TestDataHelper.cs#L33
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Analyze (csharp): APIAutomation/Tests/ApiTesting.cs#L53
Dereference of a possibly null reference.
Analyze (csharp): APIAutomation/Tests/ApiTesting.cs#L52
Possible null reference argument for parameter 'schema' in 'bool SchemaExtensions.IsValid(JToken source, JSchema schema)'.
Analyze (csharp): APIAutomation/Tests/ApiTesting.cs#L51
Dereference of a possibly null reference.
Analyze (csharp): APIAutomation/Library/TestDataHelper.cs#L11
Dereference of a possibly null reference.
Analyze (csharp): APIAutomation/Tests/ApiTesting.cs#L22
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
Analyze (csharp): APIAutomation/ConfigHelper.cs#L12
Possible null reference return.
Analyze (csharp): APIAutomation/Base/Settings.cs#L9
Non-nullable field 'Request' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): APIAutomation/Base/Settings.cs#L8
Non-nullable field 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.