There was an error while loading. Please reload this page.
2 parents 50f0270 + c98ea18 commit fa71bf6Copy full SHA for fa71bf6
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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
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