This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 179356fb4 .github/workflows/sonar.yml: Updated sonar cache location
according to
https://community.sonarsource.com/t/set-cache-location-for-sonar-scanner/14451
179356fb4 is described below
commit 179356fb485bba1ed94f386d754f8de0e3eb1293
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 19 17:41:23 2023 +0700
.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 094730cd7..d6c9c661c 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