File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
2828 - name : Cache Docker Register
29- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
29+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3030 with :
3131 path : /tmp/.buildx-cache
3232 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 2727
2828 - name : Cache Docker Register
2929 if : ${{ steps.release.outputs.release_created }}
30- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
30+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3131 with :
3232 path : /tmp/.buildx-cache
3333 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 5454 run_id : ${{ github.event.workflow_run.id }}
5555 name : build-artifacts
5656 - name : Cache SonarCloud packages
57- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
57+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5858 with :
5959 path : ~/.sonar/cache
6060 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929
3030 - name : Cache SonarCloud packages
31- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
31+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232 with :
3333 path : ~/.sonar/cache
3434 key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments