There was an error while loading. Please reload this page.
2 parents 036f920 + 208fdb9 commit 50f0270Copy full SHA for 50f0270
1 file changed
.github/workflows/ci-build.yml
@@ -59,14 +59,14 @@ jobs:
59
with:
60
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
61
- name: Cache SonarCloud packages
62
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
63
64
path: ~\sonar\cache
65
key: ${{ runner.os }}-sonar
66
restore-keys: ${{ runner.os }}-sonar
67
- name: Cache SonarCloud scanner
68
id: cache-sonar-scanner
69
70
71
path: .\.sonar\scanner
72
key: ${{ runner.os }}-sonar-scanner
0 commit comments