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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
30
+ - uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
37
+ uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
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@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # tag= v3.0.11
28
+ - uses : actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3.2.0
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