File tree Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Expand file tree Collapse file tree 6 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout Sysdig
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@4
41
41
42
42
- name : Download DriverKit
43
43
run : |
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Sysdig
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@4
18
18
19
19
- name : Set up QEMU
20
20
uses : docker/setup-qemu-action@v2
Original file line number Diff line number Diff line change 5
5
actionlint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@4
9
9
- uses : reviewdog/action-actionlint@v1
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : Checkout Sysdig
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@4
23
23
with :
24
24
fetch-depth : 0
25
25
92
92
image : ${{ needs.builder.outputs.skeleton_builder_image }}
93
93
steps :
94
94
- name : Checkout Sysdig
95
- uses : actions/checkout@v3
95
+ uses : actions/checkout@4
96
96
with :
97
97
path : sysdig
98
98
- name : Link paths
@@ -118,7 +118,7 @@ jobs:
118
118
image : ${{ needs.builder.outputs.builder_image }}
119
119
steps :
120
120
- name : Checkout Sysdig
121
- uses : actions/checkout@v3
121
+ uses : actions/checkout@4
122
122
with :
123
123
path : sysdig
124
124
- name : Link paths
@@ -166,7 +166,7 @@ jobs:
166
166
runs-on : ubuntu-latest
167
167
steps :
168
168
- name : Checkout Sysdig
169
- uses : actions/checkout@v3
169
+ uses : actions/checkout@4
170
170
with :
171
171
path : sysdig
172
172
- name : Create build dir
@@ -243,7 +243,7 @@ jobs:
243
243
runs-on : ${{ matrix.os }}
244
244
steps :
245
245
- name : Checkout Sysdig
246
- uses : actions/checkout@v3
246
+ uses : actions/checkout@4
247
247
- name : Build
248
248
run : |
249
249
mkdir -p build
@@ -268,7 +268,7 @@ jobs:
268
268
runs-on : ${{ matrix.os }}
269
269
steps :
270
270
- name : Checkout Sysdig
271
- uses : actions/checkout@v3
271
+ uses : actions/checkout@4
272
272
- name : Build
273
273
run : |
274
274
mkdir -p build
Original file line number Diff line number Diff line change 14
14
image : ghcr.io/draios/sysdig-skel-builder:dev
15
15
steps :
16
16
- name : Checkout Sysdig
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@4
18
18
with :
19
19
path : sysdig
20
20
- name : Link paths
42
42
image : ghcr.io/draios/sysdig-builder:dev
43
43
steps :
44
44
- name : Checkout Sysdig
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@4
46
46
with :
47
47
path : sysdig
48
48
- name : Link paths
73
73
BUILD_VERSION : ${{ github.ref_name }}
74
74
steps :
75
75
- name : Checkout Sysdig
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@4
77
77
with :
78
78
path : sysdig
79
79
- name : Create build dir
@@ -132,7 +132,7 @@ jobs:
132
132
runs-on : ${{ matrix.os }}
133
133
steps :
134
134
- name : Checkout Sysdig
135
- uses : actions/checkout@v3
135
+ uses : actions/checkout@4
136
136
- name : Build
137
137
run : |
138
138
mkdir -p build
@@ -158,7 +158,7 @@ jobs:
158
158
runs-on : ${{ matrix.os }}
159
159
steps :
160
160
- name : Checkout Sysdig
161
- uses : actions/checkout@v3
161
+ uses : actions/checkout@4
162
162
- name : Build
163
163
run : |
164
164
mkdir -p build
@@ -179,7 +179,7 @@ jobs:
179
179
SYSDIG_IMAGE_BASE : ghcr.io/draios/sysdig
180
180
steps :
181
181
- name : Checkout Sysdig
182
- uses : actions/checkout@v3
182
+ uses : actions/checkout@4
183
183
- name : Download artifacts aarch64
184
184
uses : actions/download-artifact@v3
185
185
with :
Original file line number Diff line number Diff line change 83
83
./aws/install
84
84
85
85
- name : Checkout Sysdig
86
- uses : actions/checkout@v2
86
+ uses : actions/checkout@4
87
87
with :
88
88
path : sysdig
89
89
@@ -149,7 +149,7 @@ jobs:
149
149
sudo apt-get update && sudo apt-get -y install dpkg-dev gpg
150
150
151
151
- name : Checkout Sysdig
152
- uses : actions/checkout@v2
152
+ uses : actions/checkout@4
153
153
with :
154
154
path : sysdig
155
155
@@ -210,7 +210,7 @@ jobs:
210
210
211
211
steps :
212
212
- name : Checkout Sysdig
213
- uses : actions/checkout@v2
213
+ uses : actions/checkout@4
214
214
with :
215
215
path : sysdig
216
216
You can’t perform that action at this time.
0 commit comments