We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b21506f + 687f3b4 commit 24ce12fCopy full SHA for 24ce12f
1 file changed
.github/workflows/sonar.yml
@@ -24,14 +24,14 @@ jobs:
24
with:
25
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
26
- name: Cache SonarCloud packages
27
- uses: actions/cache@v1
+ uses: actions/cache@v5
28
29
path: ~\sonar\cache
30
key: ${{ runner.os }}-sonar
31
restore-keys: ${{ runner.os }}-sonar
32
- name: Cache SonarCloud scanner
33
id: cache-sonar-scanner
34
35
36
path: .\.sonar\scanner
37
key: ${{ runner.os }}-sonar-scanner
0 commit comments