49
49
name : Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}
50
50
51
51
steps :
52
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53
53
- name : Use node version ${{ matrix.node-version }}
54
- uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
54
+ uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
55
55
with :
56
56
node-version : ${{ matrix.node-version }}
57
57
check-latest : true
80
80
contents : read
81
81
82
82
steps :
83
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
84
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
83
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
84
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
85
85
with :
86
86
node-version : ' lts/*'
87
87
- run : npm ci
90
90
run : npm test -- --no-lint --coverage
91
91
92
92
- name : Upload coverage artifact
93
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
93
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
94
94
with :
95
95
name : coverage
96
96
path : coverage
@@ -105,8 +105,8 @@ jobs:
105
105
runs-on : ubuntu-latest
106
106
107
107
steps :
108
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
109
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
108
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
110
110
with :
111
111
node-version : ' lts/*'
112
112
- run : npm ci
@@ -118,8 +118,8 @@ jobs:
118
118
runs-on : ubuntu-latest
119
119
120
120
steps :
121
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
122
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
121
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
122
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
123
123
with :
124
124
node-version : ' lts/*'
125
125
- run : npm ci
@@ -131,8 +131,8 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
133
133
steps :
134
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
135
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
134
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
135
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
136
136
with :
137
137
node-version : ' lts/*'
138
138
- run : npm ci
@@ -151,8 +151,8 @@ jobs:
151
151
runs-on : ubuntu-latest
152
152
153
153
steps :
154
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
155
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
154
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
155
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
156
156
with :
157
157
node-version : ' lts/*'
158
158
- run : npm ci
@@ -167,8 +167,8 @@ jobs:
167
167
runs-on : ubuntu-latest
168
168
169
169
steps :
170
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
171
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
170
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
171
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
172
172
with :
173
173
node-version : ' lts/*'
174
174
- run : npm ci
@@ -180,9 +180,9 @@ jobs:
180
180
runs-on : ubuntu-latest
181
181
182
182
steps :
183
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
183
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
184
184
185
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
185
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
186
186
with :
187
187
node-version : ' lts/*'
188
188
- run : |
@@ -221,16 +221,16 @@ jobs:
221
221
if : github.event_name == 'pull_request'
222
222
223
223
steps :
224
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
224
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
225
225
with :
226
226
path : pr
227
227
228
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
228
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
229
229
with :
230
230
path : base
231
231
ref : ${{ github.base_ref }}
232
232
233
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
233
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
234
234
with :
235
235
node-version : ' lts/*'
236
236
- run : |
@@ -262,8 +262,8 @@ jobs:
262
262
runs-on : ubuntu-latest
263
263
264
264
steps :
265
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
266
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
265
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
266
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
267
267
with :
268
268
node-version : ' lts/*'
269
269
- run : npm ci
@@ -278,8 +278,8 @@ jobs:
278
278
runs-on : ubuntu-latest
279
279
280
280
steps :
281
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
282
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
281
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
282
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
283
283
with :
284
284
node-version : ' lts/*'
285
285
- run : npm ci
@@ -297,8 +297,8 @@ jobs:
297
297
runs-on : ubuntu-latest
298
298
299
299
steps :
300
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
301
- - uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
300
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
301
+ - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
302
302
with :
303
303
node-version : ' lts/*'
304
304
- run : npm ci
@@ -334,7 +334,7 @@ jobs:
334
334
335
335
- name : Upload baseline diff artifact
336
336
if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
337
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
337
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
338
338
with :
339
339
name : fix_baselines.patch
340
340
path : fix_baselines.patch
0 commit comments