4949 name : Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}
5050
5151 steps :
52- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
52+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5353 - name : Use node version ${{ matrix.node-version }}
5454 uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
5555 with :
8080 contents : read
8181
8282 steps :
83- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
83+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8484 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
8585 with :
8686 node-version : ' lts/*'
9090 run : npm test -- --no-lint --coverage
9191
9292 - name : Upload coverage artifact
93- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
93+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
9494 with :
9595 name : coverage
9696 path : coverage
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106
107107 steps :
108- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
108+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
109109 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
110110 with :
111111 node-version : ' lts/*'
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119
120120 steps :
121- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
122122 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
123123 with :
124124 node-version : ' lts/*'
@@ -131,13 +131,13 @@ jobs:
131131 runs-on : ubuntu-latest
132132
133133 steps :
134- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
134+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
135135 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
136136 with :
137137 node-version : ' lts/*'
138138 - run : npm ci
139139
140- - uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
140+ - uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
141141 with :
142142 path : ~/.cache/dprint
143143 key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
@@ -151,7 +151,7 @@ jobs:
151151 runs-on : ubuntu-latest
152152
153153 steps :
154- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
154+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
155155 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
156156 with :
157157 node-version : ' lts/*'
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-latest
168168
169169 steps :
170- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
170+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
171171 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
172172 with :
173173 node-version : ' lts/*'
@@ -180,7 +180,7 @@ jobs:
180180 runs-on : ubuntu-latest
181181
182182 steps :
183- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
183+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
184184
185185 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
186186 with :
@@ -221,11 +221,11 @@ jobs:
221221 if : github.event_name == 'pull_request'
222222
223223 steps :
224- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
224+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
225225 with :
226226 path : pr
227227
228- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
228+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
229229 with :
230230 path : base
231231 ref : ${{ github.base_ref }}
@@ -262,7 +262,7 @@ jobs:
262262 runs-on : ubuntu-latest
263263
264264 steps :
265- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
265+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
266266 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
267267 with :
268268 node-version : ' lts/*'
@@ -278,7 +278,7 @@ jobs:
278278 runs-on : ubuntu-latest
279279
280280 steps :
281- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
281+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
282282 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
283283 with :
284284 node-version : ' lts/*'
@@ -297,7 +297,7 @@ jobs:
297297 runs-on : ubuntu-latest
298298
299299 steps :
300- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
300+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
301301 - uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
302302 with :
303303 node-version : ' lts/*'
@@ -334,7 +334,7 @@ jobs:
334334
335335 - name : Upload baseline diff artifact
336336 if : ${{ failure() && steps.check-baselines.conclusion == 'failure' }}
337- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
337+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
338338 with :
339339 name : fix_baselines.patch
340340 path : fix_baselines.patch
0 commit comments