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 436fcc4 + b338209 commit cb26b07Copy full SHA for cb26b07
.github/workflows/ci-build.yml
@@ -59,15 +59,15 @@ jobs:
59
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
60
61
- name: Cache SonarCloud packages
62
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.1.1
63
with:
64
path: ~\sonar\cache
65
key: ${{ runner.os }}-sonar
66
restore-keys: ${{ runner.os }}-sonar
67
68
- name: Cache SonarCloud scanner
69
id: cache-sonar-scanner
70
71
72
path: .\.sonar\scanner
73
key: ${{ runner.os }}-sonar-scanner
0 commit comments