File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.1.33
1
+ 1.1.34
Original file line number Diff line number Diff line change 4
4
using : " composite"
5
5
steps :
6
6
- name : Install go
7
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
7
+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
8
8
with :
9
9
go-version : " 1.24"
10
10
go-version-file : " go.mod"
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.33
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
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.33
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
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