File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
2626 - name : Cache Docker Register
27- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
27+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2828 with :
2929 path : /tmp/.buildx-cache
3030 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 2828
2929 - name : Cache Docker Register
3030 if : ${{ steps.release.outputs.release_created }}
31- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
31+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232 with :
3333 path : /tmp/.buildx-cache
3434 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ jobs:
5858 git checkout "$HEAD_BRANCH"
5959 git clean -ffdx && git reset --hard HEAD
6060 - name : Cache SonarCloud packages
61- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
61+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6262 with :
6363 path : ~/.sonar/cache
6464 key : ${{ runner.os }}-sonar
6565 restore-keys : ${{ runner.os }}-sonar
6666
6767 - name : Cache Maven packages
68- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
68+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
6969 with :
7070 path : ~/.m2
7171 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 fetch-depth : 0
3232
3333 - name : Cache SonarCloud packages
34- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
34+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3535 with :
3636 path : ~/.sonar/cache
3737 key : ${{ runner.os }}-sonar
3838 restore-keys : ${{ runner.os }}-sonar
3939 - name : Cache Maven packages
40- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
40+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
4141 with :
4242 path : ~/.m2
4343 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments