Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request primarily updates the versions of various packages used in the project. The changes span multiple files, including GitHub workflow files and project files. The most significant changes include updating the
actions/setup-dotnet
action to version 4.0.0, updating theSamsDotNetSonarCloudAction
action to version 2.1.0, updating theSelenium.WebDriver
andSelenium.WebDriver.ChromeDriver
packages to newer versions, and updating theMicrosoft.ApplicationInsights.AspNetCore
package to version 2.22.0.GitHub workflow updates:
.github/workflows/codeql-analysis.yml
and.github/workflows/dotnetcore.yml
: Updated theactions/setup-dotnet
action to version 4.0.0 in multiple jobs. [1] [2] [3] [4] [5].github/workflows/dotnetcore.yml
: Updated theSamsDotNetSonarCloudAction
action to version 2.1.0.Package updates:
src/DevOpsMetrics.FunctionalTests/DevOpsMetrics.FunctionalTests.csproj
: Updated theSelenium.WebDriver
andSelenium.WebDriver.ChromeDriver
packages to versions 4.16.2 and 120.0.6099.10900, respectively.src/DevOpsMetrics.Service/DevOpsMetrics.Service.csproj
andsrc/DevOpsMetrics.Web/DevOpsMetrics.Web.csproj
: Updated theMicrosoft.ApplicationInsights.AspNetCore
package to version 2.22.0. [1] [2]