From 179356fb485bba1ed94f386d754f8de0e3eb1293 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Thu, 19 Oct 2023 17:41:23 +0700 Subject: [PATCH] .github/workflows/sonar.yml: Updated sonar cache location according to https://community.sonarsource.com/t/set-cache-location-for-sonar-scanner/14451 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 094730cd71..d6c9c661c4 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -49,7 +49,7 @@ jobs: - name: Cache SonarCloud packages uses: actions/cache@v3 with: - path: ~\sonar\cache + path: ~\.sonar\cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache SonarCloud scanner