27
27
os :
28
28
- ubuntu-latest
29
29
- windows-latest
30
- - macos-14
30
+ - macos-latest
31
31
node-version :
32
32
- ' 22'
33
33
- ' 20'
43
43
exclude :
44
44
# No Node 14 on ARM macOS
45
45
- node-version : ' 14'
46
- os : macos-14
46
+ os : macos-latest
47
47
48
48
runs-on : ${{ matrix.os }}
49
49
name : Test Node ${{ matrix.node-version }} on ${{ matrix.os }}${{ (!matrix.bundle && ' with --no-bundle') || '' }}
73
73
runs-on :
74
74
- ' self-hosted'
75
75
- ' 1ES.Pool=TypeScript-1ES-GitHub-Large'
76
- - ' 1ES.ImageOverride=ubuntu-22.04 '
76
+ - ' 1ES.ImageOverride=mariner-2.0 '
77
77
78
78
permissions :
79
79
id-token : write
@@ -90,12 +90,12 @@ jobs:
90
90
run : npm test -- --no-lint --coverage
91
91
92
92
- name : Upload coverage artifact
93
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
93
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
94
94
with :
95
95
name : coverage
96
96
path : coverage
97
97
98
- - uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
98
+ - uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
99
99
with :
100
100
use_oidc : ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
101
101
disable_search : true
@@ -137,7 +137,7 @@ jobs:
137
137
node-version : ' lts/*'
138
138
- run : npm ci
139
139
140
- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
140
+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
141
141
with :
142
142
path : ~/.cache/dprint
143
143
key : ${{ runner.os }}-dprint-${{ hashFiles('package-lock.json', '.dprint.jsonc') }}
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
337
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
338
338
with :
339
339
name : fix_baselines.patch
340
340
path : fix_baselines.patch
0 commit comments