File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-20.04
15
15
steps :
16
16
- name : ' Checkout Repository'
17
- uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
17
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
18
18
- name : ' Review Dependencies'
19
19
uses : actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e
Original file line number Diff line number Diff line change 21
21
with :
22
22
go-version : ' 1.20.3'
23
23
24
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
24
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
25
25
with :
26
26
path : ${{ env.GOPATH }}/src/k8s.io/kops
27
27
38
38
with :
39
39
go-version : ' 1.20.3'
40
40
41
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
41
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
42
42
with :
43
43
path : ${{ env.GOPATH }}/src/k8s.io/kops
44
44
55
55
with :
56
56
go-version : ' 1.20.3'
57
57
58
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
58
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
59
59
with :
60
60
path : ${{ env.GOPATH }}/src/k8s.io/kops
61
61
72
72
with :
73
73
go-version : ' 1.20.3'
74
74
75
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
75
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
76
76
with :
77
77
path : ${{ env.GOPATH }}/src/k8s.io/kops
78
78
Original file line number Diff line number Diff line change 17
17
contents : write
18
18
19
19
steps :
20
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
20
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21
21
-
run :
/usr/bin/git config --global user.email [email protected]
22
22
- run : /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
23
23
- run : hack/tag-release.sh
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
21
21
with :
22
22
go-version : ' 1.20.3'
23
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
23
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
24
24
- name : Update Dependencies
25
25
id : update_deps
26
26
run : |
You can’t perform that action at this time.
0 commit comments