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 3a57a63 + e578f6a commit 60e8a4eCopy full SHA for 60e8a4e
.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.2.3
+ uses: actions/cache@v4.3.0
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