File tree 5 files changed +13
-13
lines changed
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v4.1.6
26
26
27
27
- name : Set Node.js 20.x
28
28
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v4
42
+ uses : actions/checkout@v4.1.6
43
43
44
44
- name : Initialize CodeQL
45
45
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
name : Check licenses
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v4.1.6
13
13
- run : npm ci
14
14
- run : npm run licensed-check
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-node@v4
20
20
with :
21
21
node-version : 20.x
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v4.1.6
23
23
- run : npm ci
24
24
- run : npm run build
25
25
- run : npm run format-check
37
37
steps :
38
38
# Clone this repo
39
39
- name : Checkout
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v4.1.6
41
41
42
42
# Basic checkout
43
43
- name : Checkout basic
@@ -202,7 +202,7 @@ jobs:
202
202
steps :
203
203
# Clone this repo
204
204
- name : Checkout
205
- uses : actions/checkout@v4
205
+ uses : actions/checkout@v4.1.6
206
206
207
207
# Basic checkout using git
208
208
- name : Checkout basic
@@ -234,7 +234,7 @@ jobs:
234
234
steps :
235
235
# Clone this repo
236
236
- name : Checkout
237
- uses : actions/checkout@v4
237
+ uses : actions/checkout@v4.1.6
238
238
239
239
# Basic checkout using git
240
240
- name : Checkout basic
@@ -264,13 +264,13 @@ jobs:
264
264
steps :
265
265
# Clone this repo
266
266
- name : Checkout
267
- uses : actions/checkout@v4
267
+ uses : actions/checkout@v4.1.6
268
268
with :
269
- path : v4
269
+ path : localClone
270
270
271
271
# Basic checkout using git
272
272
- name : Checkout basic
273
- uses : ./v4
273
+ uses : ./localClone
274
274
with :
275
275
ref : test-data/v2/basic
276
276
- name : Verify basic
@@ -292,6 +292,6 @@ jobs:
292
292
293
293
# needed to make checkout post cleanup succeed
294
294
- name : Fix Checkout v4
295
- uses : actions/checkout@v4
295
+ uses : actions/checkout@v4.1.6
296
296
with :
297
- path : v4
297
+ path : localClone
Original file line number Diff line number Diff line change 22
22
# Note this update workflow can also be used as a rollback tool.
23
23
# For that reason, it's best to pin `actions/checkout` to a known, stable version
24
24
# (typically, about two releases back).
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v4.1.6
26
26
with :
27
27
fetch-depth : 0
28
28
- name : Git config
You can’t perform that action at this time.
0 commit comments