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 ae33f34 + 2459f16 commit ef3d2bfCopy full SHA for ef3d2bf
.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.2.3
+ uses: actions/cache@v3.3.2
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