We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d8c7e6 + f27aeb2 commit 4548ebcCopy full SHA for 4548ebc
.github/workflows/ci-build.yml
@@ -57,14 +57,14 @@ jobs:
57
with:
58
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
59
- name: Cache SonarCloud packages
60
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.2
61
62
path: ~\sonar\cache
63
key: ${{ runner.os }}-sonar
64
restore-keys: ${{ runner.os }}-sonar
65
- name: Cache SonarCloud scanner
66
id: cache-sonar-scanner
67
68
69
path: .\.sonar\scanner
70
key: ${{ runner.os }}-sonar-scanner
0 commit comments