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 @@ -25,14 +25,14 @@ jobs:
25
25
with :
26
26
distribution : ' zulu'
27
27
java-version : ${{ matrix.java_version }}
28
- - uses : actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3.0.7
28
+ - uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
29
29
with :
30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
32
32
restore-keys : |
33
33
${{ runner.os }}-maven-
34
34
- name : Cache SonarCloud packages
35
- uses : actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3.0.7
35
+ uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
36
36
if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
37
37
env :
38
38
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@a7c34adf76222e77931dedbf4a45b2e4648ced19 # tag=v3.0.7
28
+ - uses : actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3.0.8
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