From 1255ac6ae3389cb01ec36144cbfab1ed20143fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:37:28 +0000 Subject: [PATCH] Bump the actions group with 1 update Bumps the actions group with 1 update: [samsmithnz/SamsDotNetSonarCloudAction](https://github.com/samsmithnz/samsdotnetsonarcloudaction). Updates `samsmithnz/SamsDotNetSonarCloudAction` from 2.1.0 to 2.1.7 - [Release notes](https://github.com/samsmithnz/samsdotnetsonarcloudaction/releases) - [Commits](https://github.com/samsmithnz/samsdotnetsonarcloudaction/compare/v2.1.0...v2.1.7) --- updated-dependencies: - dependency-name: samsmithnz/SamsDotNetSonarCloudAction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ba0e11d5..642956a1 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -132,7 +132,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Run Sonarcloud test - uses: samsmithnz/SamsDotNetSonarCloudAction@v2.1.0 + uses: samsmithnz/SamsDotNetSonarCloudAction@v2.1.7 with: projects: 'src/DevOpsMetrics.Core/DevOpsMetrics.Core.csproj,src/DevOpsMetrics.Function/DevOpsMetrics.Function.csproj,src/DevOpsMetrics.FunctionalTests/DevOpsMetrics.FunctionalTests.csproj,src/DevOpsMetrics.Service/DevOpsMetrics.Service.csproj,src/DevOpsMetrics.Tests/DevOpsMetrics.Tests.csproj,src/DevOpsMetrics.Web/DevOpsMetrics.Web.csproj,src/DevOpsMetrics.Cmd/DevOpsMetrics.Cmd.csproj' dotnet-version: '8.0.x'