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 4376ff2 + 257aef3 commit 2ff2228Copy full SHA for 2ff2228
.github/workflows/ci-build.yml
@@ -26,15 +26,15 @@ jobs:
26
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
27
28
- name: Cache SonarCloud packages
29
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.3
30
with:
31
path: ~\sonar\cache
32
key: ${{ runner.os }}-sonar
33
restore-keys: ${{ runner.os }}-sonar
34
35
- name: Cache SonarCloud scanner
36
id: cache-sonar-scanner
37
38
39
path: .\.sonar\scanner
40
key: ${{ runner.os }}-sonar-scanner
0 commit comments