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 24ebf64 + e8e793b commit b7aa6f6Copy full SHA for b7aa6f6
.github/workflows/ci-build.yml
@@ -55,15 +55,15 @@ jobs:
55
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
56
57
- name: Cache SonarCloud packages
58
- uses: actions/cache@v1
+ uses: actions/cache@v3
59
with:
60
path: ~\sonar\cache
61
key: ${{ runner.os }}-sonar
62
restore-keys: ${{ runner.os }}-sonar
63
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