We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17dfd72 commit 7e616faCopy full SHA for 7e616fa
.github/workflows/sonar.yml
@@ -16,14 +16,14 @@ jobs:
16
with:
17
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
- name: Cache SonarCloud packages
19
- uses: actions/cache@v3
+ uses: actions/cache@v4
20
21
path: ~\sonar\cache
22
key: ${{ runner.os }}-sonar
23
restore-keys: ${{ runner.os }}-sonar
24
- name: Cache SonarCloud scanner
25
id: cache-sonar-scanner
26
27
28
path: .\.sonar\scanner
29
key: ${{ runner.os }}-sonar-scanner
0 commit comments