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 022ad8a + 6526157 commit 03b99ffCopy full SHA for 03b99ff
1 file changed
.github/workflows/ci-build.yml
@@ -57,14 +57,14 @@ jobs:
57
with:
58
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
59
- name: Cache SonarCloud packages
60
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.3.0
61
62
path: ~\sonar\cache
63
key: ${{ runner.os }}-sonar
64
restore-keys: ${{ runner.os }}-sonar
65
- name: Cache SonarCloud scanner
66
id: cache-sonar-scanner
67
68
69
path: .\.sonar\scanner
70
key: ${{ runner.os }}-sonar-scanner
0 commit comments