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 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]