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 83
83
84
84
# Import GitHub's cache build to docker cache
85
85
- 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
87
87
with :
88
88
provenance : false
89
89
context : /tmp/.cache/cso
@@ -129,7 +129,7 @@ jobs:
129
129
# Store docker's golang's cache build locally only on the main branch
130
130
- name : Store cso Golang cache build locally
131
131
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
133
133
with :
134
134
provenance : false
135
135
context : .
Original file line number Diff line number Diff line change 21
21
if : github.event_name != 'pull_request' || !github.event.pull_request.draft
22
22
runs-on : ubuntu-latest
23
23
container :
24
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.18
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.19
25
25
credentials :
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 9
9
name : Trivy
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.18
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.19
13
13
credentials :
14
14
username : ${{ github.actor }}
15
15
password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments