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 bbec7c7 + 3b3ec63 commit 26b1778Copy full SHA for 26b1778
.github/workflows/ci-build.yml
@@ -57,15 +57,15 @@ jobs:
57
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
58
59
- name: Cache SonarCloud packages
60
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.2.0
61
with:
62
path: ~\sonar\cache
63
key: ${{ runner.os }}-sonar
64
restore-keys: ${{ runner.os }}-sonar
65
66
- name: Cache SonarCloud scanner
67
id: cache-sonar-scanner
68
69
70
path: .\.sonar\scanner
71
key: ${{ runner.os }}-sonar-scanner
0 commit comments