File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 1.1.24
1+ 1.1.25
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ runs:
1616 echo "::set-output name=go-build::$(go env GOCACHE)"
1717 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
1818 - name : Go Mod Cache
19- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
19+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2020 with :
2121 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2222 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2323 restore-keys : |
2424 ${{ runner.os }}-go-mod-
2525 - name : Go Build Cache
26- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
26+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2727 with :
2828 path : ${{ steps.go-cache-paths.outputs.go-build }}
2929 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 6565
6666 # Load Golang cache build from GitHub
6767 - name : Load cso Golang cache build from GitHub
68- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
68+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6969 id : cache
7070 with :
7171 path : /tmp/.cache/cso
Original file line number Diff line number Diff line change 2121 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.24
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.25
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 1515 steps :
1616 # Load Golang cache build from GitHub
1717 - name : Load cso Golang cache build from GitHub
18- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
18+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
1919 id : cache
2020 with :
2121 path : /tmp/.cache/cso
Original file line number Diff line number Diff line change 99 name : Trivy
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.24
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.25
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments