Skip to content

Commit

Permalink
- fixes cache path for sonarcloud cache
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed May 6, 2024
1 parent b75b00a commit 9feedd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar-${{ hashFiles('./.sonar/cache/**') }}
key: ${{ runner.os }}-sonar-${{ hashFiles('~/.sonar/cache/**') }}
restore-keys: ${{ runner.os }}-sonar
- name: Cache SonarCloud scanner
id: cache-sonar-scanner
Expand Down

0 comments on commit 9feedd0

Please sign in to comment.