Skip to content

Commit b02a692

Browse files
authored
Merge pull request #131 from tobi-laa/renovate/actions-cache-digest
Update actions/cache digest to 0057852
2 parents a6537d2 + 4d181bb commit b02a692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
java-version: 21
2525
distribution: 'zulu' # Alternative distribution options are available
2626
- name: Cache SonarCloud packages
27-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
path: ~/.sonar/cache
3030
key: ${{ runner.os }}-sonar
3131
restore-keys: ${{ runner.os }}-sonar
3232
- name: Cache Gradle packages
33-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3434
with:
3535
path: ~/.gradle/caches
3636
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)