Closed samsmithnz closed 7 months ago
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Totals | |
---|---|
Change from base Build 7371499316: | 0.1% |
Covered Lines: | 2615 |
Relevant Lines: | 3321 |
This pull request includes updates to the
.github/workflows/dotnetcore.yml
file and several.csproj
files under thesrc
directory. The changes mainly involve updating the versions of various dependencies and actions used in the GitHub workflow and the projects.GitHub Actions version updates:
.github/workflows/dotnetcore.yml
: Updated the version ofgittools/actions/gitversion/setup
andgittools/actions/gitversion/execute
fromv0.10.2
tov1.1.1
..github/workflows/dotnetcore.yml
: Updated the version ofsamsmithnz/SamsDotNetSonarCloudAction
fromv2.1.0
tov2.1
..github/workflows/dotnetcore.yml
: Updated the version ofazure/login
fromv1
tov2
in multiple places. [1] [2] [3].github/workflows/dotnetcore.yml
: Updated the version ofAzure/cli
fromv1.0.8
tov2.0.0
.Dependency version updates:
.csproj
files: Updated the versions of several dependencies, includingAzure.Security.KeyVault.Secrets
,Azure.Extensions.AspNetCore.Configuration.Secrets
,Azure.Data.Tables
,Microsoft.NET.Sdk.Functions
,Microsoft.NET.Test.Sdk
,MSTest.TestAdapter
,MSTest.TestFramework
,coverlet.collector
,Selenium.WebDriver
,Selenium.WebDriver.ChromeDriver
,Microsoft.VisualStudio.Web.CodeGeneration.Design
, andMicrosoft.AspNetCore.TestHost
. [1] [2] [3] [4] [5] [6]