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 the SamsDotNetSonarCloudAction action to version 2.1.0, updating the Selenium.WebDriver and Selenium.WebDriver.ChromeDriver packages to newer versions, and updating the Microsoft.ApplicationInsights.AspNetCore package to version 2.22.0.
GitHub workflow updates:
.github/workflows/codeql-analysis.yml and .github/workflows/dotnetcore.yml: Updated the actions/setup-dotnet action to version 4.0.0 in multiple jobs. [1][2][3][4][5]
src/DevOpsMetrics.Service/DevOpsMetrics.Service.csproj and src/DevOpsMetrics.Web/DevOpsMetrics.Web.csproj: Updated the Microsoft.ApplicationInsights.AspNetCore package to version 2.22.0. [1][2]
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]