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 622ad69 commit 68e66d6Copy full SHA for 68e66d6
.github/workflows/sonar.yml
@@ -22,13 +22,13 @@ jobs:
22
java-version: 21
23
distribution: 'zulu' # Alternative distribution options are available
24
- name: Cache SonarCloud packages
25
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26
with:
27
path: ~/.sonar/cache
28
key: ${{ runner.os }}-sonar
29
restore-keys: ${{ runner.os }}-sonar
30
- name: Cache Gradle packages
31
32
33
path: ~/.gradle/caches
34
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments