File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.1.18
1+ 1.1.19
Original file line number Diff line number Diff line change 8383
8484 # Import GitHub's cache build to docker cache
8585 - name : Copy cso Golang cache to docker cache
86- uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
86+ uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
8787 with :
8888 provenance : false
8989 context : /tmp/.cache/cso
@@ -129,7 +129,7 @@ jobs:
129129 # Store docker's golang's cache build locally only on the main branch
130130 - name : Store cso Golang cache build locally
131131 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
132- uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0.0
132+ uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
133133 with :
134134 provenance : false
135135 context : .
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.18
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.19
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
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.18
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.19
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments