Skip to content

Commit 68e66d6

Browse files
Update actions/cache digest to 0400d5f
1 parent 622ad69 commit 68e66d6

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
@@ -22,13 +22,13 @@ jobs:
2222
java-version: 21
2323
distribution: 'zulu' # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
25-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2626
with:
2727
path: ~/.sonar/cache
2828
key: ${{ runner.os }}-sonar
2929
restore-keys: ${{ runner.os }}-sonar
3030
- name: Cache Gradle packages
31-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
31+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3232
with:
3333
path: ~/.gradle/caches
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)