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 9ca7d58 + 23732a7 commit 65672a9Copy full SHA for 65672a9
.github/workflows/ci-build.yml
@@ -56,14 +56,14 @@ jobs:
56
with:
57
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
58
- name: Cache SonarCloud packages
59
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v3.2.3
60
61
path: ~\sonar\cache
62
key: ${{ runner.os }}-sonar
63
restore-keys: ${{ runner.os }}-sonar
64
- name: Cache SonarCloud scanner
65
id: cache-sonar-scanner
66
67
68
path: .\.sonar\scanner
69
key: ${{ runner.os }}-sonar-scanner
0 commit comments