We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 627c400 + 39e732e commit 196ed74Copy full SHA for 196ed74
.github/workflows/sonarcloud.yml
@@ -46,14 +46,14 @@ jobs:
46
with:
47
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48
- name: Cache SonarCloud packages
49
- uses: actions/cache@v3
+ uses: actions/cache@v4
50
51
path: ~/.sonar/cache
52
key: ${{ runner.os }}-sonar
53
restore-keys: ${{ runner.os }}-sonar
54
- name: Cache SonarCloud scanner
55
id: cache-sonar-scanner
56
57
58
path: ./.sonar/scanner
59
key: ${{ runner.os }}-sonar-scanner
0 commit comments