File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ${{ matrix.java_version }}
30
- - uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
30
+ - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
31
31
with :
32
32
path : ~/.m2/repository
33
33
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-maven-
36
36
- name : Cache SonarCloud packages
37
- uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
37
+ uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
38
38
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
39
39
env :
40
40
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 25
25
server-password : CI_DEPLOY_PASSWORD
26
26
gpg-passphrase : GPG_PASSPHRASE
27
27
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
28
- - uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
28
+ - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
29
29
with :
30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments