We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54b5f1c + d561ba8 commit 8336649Copy full SHA for 8336649
1 file changed
.github/workflows/sonar.yml
@@ -19,14 +19,14 @@ jobs:
19
with:
20
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
21
- name: Cache SonarQube packages
22
- uses: actions/cache@v5
+ uses: actions/cache@v6
23
24
path: ~\sonar\cache
25
key: ${{ runner.os }}-sonar
26
restore-keys: ${{ runner.os }}-sonar
27
- name: Cache SonarQube scanner
28
id: cache-sonar-scanner
29
30
31
path: .\.sonar\scanner
32
key: ${{ runner.os }}-sonar-scanner
0 commit comments