From 05e753b5cb373acaedfff1cc35d7896757f96f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 02:18:36 +0000 Subject: [PATCH] Bump samsmithnz/SamsDotNetSonarCloudAction from 2.0.0 to 2.0.1 Bumps [samsmithnz/SamsDotNetSonarCloudAction](https://github.com/samsmithnz/samsdotnetsonarcloudaction) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/samsmithnz/samsdotnetsonarcloudaction/releases) - [Commits](https://github.com/samsmithnz/samsdotnetsonarcloudaction/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: samsmithnz/SamsDotNetSonarCloudAction dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 64a0295..e1d88df 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -84,7 +84,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Run Sonarcloud test - uses: samsmithnz/SamsDotNetSonarCloudAction@v2.0.0 + uses: samsmithnz/SamsDotNetSonarCloudAction@v2.0.1 with: projects: 'src/DCB/DCB.csproj,src/DCB.Tests/DCB.Tests.csproj ' dotnet-version: '7.0.x'