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.
1 parent 6cff1c7 commit 6c406f0Copy full SHA for 6c406f0
.github/workflows/test-and-analyze.yml
@@ -29,14 +29,14 @@ jobs:
29
with:
30
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
31
- name: Cache SonarCloud packages
32
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
33
34
path: ~\sonar\cache
35
key: ${{ runner.os }}-sonar
36
restore-keys: ${{ runner.os }}-sonar
37
- name: Cache SonarCloud scanner
38
id: cache-sonar-scanner
39
40
41
path: .\.sonar\scanner
42
key: ${{ runner.os }}-sonar-scanner
0 commit comments