From 3540c2bf87bdd763dc9d66eb63dd1baca7de59f6 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Thu, 11 Jul 2024 09:41:00 -0400 Subject: [PATCH] Remove ineffective Sonar cache (#4496) --- .github/workflows/scan.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 30e50889b8..aa9c189dd3 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -74,13 +74,6 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1 - - name: Cache SonarCloud packages - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 - with: - path: ~\sonar\cache - key: ${{ runner.os }}-sonar - restore-keys: ${{ runner.os }}-sonar - - name: Install SonarCloud scanner run: dotnet tool install dotnet-sonarscanner -g