File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- 1.1.28
1
+ 1.1.29
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@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
7
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
8
8
with :
9
- go-version : " 1.22 "
9
+ go-version : " 1.24 "
10
10
go-version-file : " go.mod"
11
11
cache : true
12
12
cache-dependency-path : go.sum
@@ -16,14 +16,14 @@ runs:
16
16
echo "::set-output name=go-build::$(go env GOCACHE)"
17
17
echo "::set-output name=go-mod::$(go env GOMODCACHE)"
18
18
- name : Go Mod Cache
19
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
19
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
20
20
with :
21
21
path : ${{ steps.go-cache-paths.outputs.go-mod }}
22
22
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
23
23
restore-keys : |
24
24
${{ runner.os }}-go-mod-
25
25
- name : Go Build Cache
26
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
26
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27
27
with :
28
28
path : ${{ steps.go-cache-paths.outputs.go-build }}
29
29
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
86
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
87
87
with :
88
88
provenance : false
89
89
context : /tmp/.cache/cso
93
93
target : import-cache
94
94
95
95
- name : Build and push cso image
96
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
96
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
97
97
id : docker_build_release_cso
98
98
with :
99
99
provenance : false
@@ -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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
132
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
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.28
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.29
25
25
credentials :
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 61
61
echo 'EOF' >> $GITHUB_ENV
62
62
63
63
- name : Build and push cso image
64
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
64
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
65
65
id : docker_build_release_cso
66
66
with :
67
67
provenance : false
@@ -155,7 +155,7 @@ jobs:
155
155
make release-notes
156
156
157
157
- name : Release
158
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
158
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
159
159
with :
160
160
draft : true
161
161
files : out/*
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.28
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.29
13
13
credentials :
14
14
username : ${{ github.actor }}
15
15
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
35
35
- name : Generate Token
36
- uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
36
+ uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
37
37
id : generate-token
38
38
with :
39
39
app-id : ${{ secrets.SCS_APP_ID }}
You can’t perform that action at this time.
0 commit comments