Skip to content

Commit 13a19ae

Browse files
Update actions/cache digest to 5a3ec84
1 parent 5481748 commit 13a19ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
java-version: 17
2323
distribution: 'zulu' # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
25-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
25+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
31+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3232
with:
3333
path: ~/.gradle/caches
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)