File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 with :
2828 distribution : ' zulu'
2929 java-version : ${{ matrix.java_version }}
30- - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
30+ - uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
3131 with :
3232 path : ~/.m2/repository
3333 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3434 restore-keys : |
3535 ${{ runner.os }}-maven-
3636 - name : Cache SonarCloud packages
37- uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
37+ uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
3838 if : ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3939 env :
4040 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 2525 server-password : CI_DEPLOY_PASSWORD
2626 gpg-passphrase : GPG_PASSPHRASE
2727 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
28- - uses : actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
28+ - uses : actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
2929 with :
3030 path : ~/.m2/repository
3131 key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments