From 322be4b39eb8a99247ce69050f07091f2867ef62 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 26 Mar 2024 09:16:02 +0000 Subject: [PATCH] Update sonarcloud workflow with project solution --- .github/workflows/continuous-integration-dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 301470b..e21390c 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -41,7 +41,7 @@ jobs: - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner @@ -60,8 +60,8 @@ jobs: - name: Restore tools for tests run: dotnet tool restore - # - name: Restore dependencies - # run: dotnet restore TramsDataApi.sln + - name: Restore dependencies + run: dotnet restore Dfe.Identifiers.sln - name: Build, Test and Analyze env: