File tree 10 files changed +20
-20
lines changed
10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ runs:
23
23
using : " composite"
24
24
steps :
25
25
- uses : ./.github/actions/setup-go
26
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
26
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27
27
with :
28
28
path : hack/tools/bin
29
29
key : ${{ runner.os }}-tools-bin-e2e-${{ hashFiles('Makefile') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-tools-bin-e2e-
32
32
${{ runner.os }}-tools-bin-
33
33
- name : Download artifact
34
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
34
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
35
35
with :
36
36
name : test-release
37
37
path : out
73
73
CAPH_LATEST_VERSION : " v1.0.1"
74
74
run : make ${{ inputs.e2e_make_target }}
75
75
- name : Upload artifact
76
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
76
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
77
77
if : ${{ !cancelled() }}
78
78
with :
79
79
name : e2e-${{ inputs.e2e_name }}
Original file line number Diff line number Diff line change 44
44
45
45
# Import GitHub's cache build to docker cache
46
46
- name : Copy Caph Golang cache to docker cache
47
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
47
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
48
48
with :
49
49
provenance : false
50
50
context : /tmp/.cache/caph
54
54
target : import-cache
55
55
56
56
- name : Build and push manager image
57
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
57
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
58
58
with :
59
59
provenance : false
60
60
context : .
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
9
go-version-file : " go.mod"
10
10
cache : true
@@ -15,14 +15,14 @@ runs:
15
15
echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
16
16
echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
17
17
- name : Go Mod Cache
18
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
18
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
19
19
with :
20
20
path : ${{ steps.go-cache-paths.outputs.go-mod }}
21
21
key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
22
22
restore-keys : |
23
23
${{ runner.os }}-go-mod-
24
24
- name : Go Build Cache
25
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
25
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26
26
with :
27
27
path : ${{ steps.go-cache-paths.outputs.go-build }}
28
28
key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 4
4
using : " composite"
5
5
steps :
6
6
- uses : ./.github/actions/setup-go
7
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
7
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
8
8
with :
9
9
path : hack/tools/bin
10
10
key : ${{ runner.os }}-tools-bin-release-${{ hashFiles('Makefile') }}
25
25
TAG : ${{ steps.meta.outputs.version }}
26
26
run : make test-release
27
27
- name : Upload artifact
28
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
28
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
29
29
if : ${{ !cancelled() }}
30
30
with :
31
31
name : test-release
Original file line number Diff line number Diff line change 88
88
89
89
# Import GitHub's cache build to docker cache
90
90
- name : Copy Caph Golang cache to docker cache
91
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
91
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
92
92
with :
93
93
provenance : false
94
94
context : /tmp/.cache/caph
98
98
target : import-cache
99
99
100
100
- name : Build and push manager image
101
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
101
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
102
102
id : docker_build_release
103
103
with :
104
104
provenance : false
@@ -151,7 +151,7 @@ jobs:
151
151
# Store docker's golang's cache build locally only on the main branch
152
152
- name : Store Caph Golang cache build locally
153
153
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
154
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
154
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
155
155
with :
156
156
provenance : false
157
157
context : .
Original file line number Diff line number Diff line change 48
48
- name : Verify Starlark
49
49
run : make verify-starlark
50
50
51
- - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
51
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
52
52
with :
53
53
node-version : " 22"
54
54
- name : Install renovate
Original file line number Diff line number Diff line change 60
60
echo 'EOF' >> $GITHUB_ENV
61
61
62
62
- name : Build and push manager image
63
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6
63
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6
64
64
id : docker_build_release
65
65
with :
66
66
provenance : false
@@ -133,7 +133,7 @@ jobs:
133
133
with :
134
134
fetch-depth : 0
135
135
- name : Install go
136
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
136
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
137
137
with :
138
138
go-version-file : " go.mod"
139
139
cache : true
@@ -148,7 +148,7 @@ jobs:
148
148
run : |
149
149
make release-notes
150
150
- name : Release
151
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
151
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
152
152
with :
153
153
draft : true
154
154
files : out/*
Original file line number Diff line number Diff line change 16
16
run : git config --global --add safe.directory "$GITHUB_WORKSPACE"
17
17
18
18
- name : Install go
19
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
20
20
with :
21
21
go-version-file : " go.mod"
22
22
cache : true
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.SYSELF_APP_ID }}
Original file line number Diff line number Diff line change 40
40
echo name=${NAME} >> $GITHUB_OUTPUT
41
41
42
42
- name : Install go
43
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
43
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
44
44
with :
45
45
go-version-file : " go.mod"
46
46
You can’t perform that action at this time.
0 commit comments