@@ -51,15 +51,15 @@ jobs:
5151 run : ./build.cmd in-tests-core -e
5252 # Report test results with unique name
5353 - name : Report tests results
54- uses : dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3 .0
54+ uses : dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0 .0
5555 if : always()
5656 with :
5757 name : test-windows-core-${{ matrix.os }}
5858 path : " **/*.trx"
5959 reporter : dotnet-trx
6060 # Upload Artifacts with Unique Name
6161 - name : Upload test results
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 if : always()
6464 with :
6565 name : test-windows-core-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -104,15 +104,15 @@ jobs:
104104 run : ./build.cmd in-tests-full -e
105105 # Report test results with unique name
106106 - name : Report tests results
107- uses : dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3 .0
107+ uses : dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0 .0
108108 if : always()
109109 with :
110110 name : test-windows-full-${{ matrix.os }}
111111 path : " **/*.trx"
112112 reporter : dotnet-trx
113113 # Upload Artifacts with Unique Name
114114 - name : Upload test results
115- uses : actions/upload-artifact@v6
115+ uses : actions/upload-artifact@v7
116116 if : always()
117117 with :
118118 name : test-windows-full-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -127,7 +127,7 @@ jobs:
127127 - uses : actions/checkout@v6
128128 # Set up the environment
129129 - name : Set up Clang
130- uses : egor-tensin/setup-clang@ef434b41eb33a70396fb336b1bae39c76d740c3d # v1.4
130+ uses : egor-tensin/setup-clang@471a6f8ef1d449dba8e1a51780e7f943572a3f99 # v2.1
131131 with :
132132 version : latest
133133 platform : x64
@@ -152,15 +152,15 @@ jobs:
152152 run : ./build.cmd in-tests-core -e
153153 # Report test results with unique name
154154 - name : Report tests results
155- uses : dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3 .0
155+ uses : dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0 .0
156156 if : always()
157157 with :
158158 name : test-linux-${{ matrix.os }}
159159 path : " **/*.trx"
160160 reporter : dotnet-trx
161161 # Upload Artifacts with Unique Name
162162 - name : Upload test results
163- uses : actions/upload-artifact@v6
163+ uses : actions/upload-artifact@v7
164164 if : always()
165165 with :
166166 name : test-linux-trx-${{ github.run_id }}-${{ matrix.os }}
@@ -199,15 +199,15 @@ jobs:
199199 run : ./build.cmd in-tests-core -e
200200 # Report test results with unique name
201201 - name : Report tests results
202- uses : dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3 .0
202+ uses : dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3.0 .0
203203 if : always()
204204 with :
205205 name : test-macos(${{ matrix.os.arch }})
206206 path : " **/*.trx"
207207 reporter : dotnet-trx
208208 # Upload Artifacts with Unique Name
209209 - name : Upload test results
210- uses : actions/upload-artifact@v6
210+ uses : actions/upload-artifact@v7
211211 if : always()
212212 with :
213213 name : test-macos(${{ matrix.os.arch }})-trx-${{ github.run_id }}
@@ -218,7 +218,7 @@ jobs:
218218 steps :
219219 - uses : actions/checkout@v6
220220 - name : Set up Clang
221- uses : egor-tensin/setup-clang@v1
221+ uses : egor-tensin/setup-clang@471a6f8ef1d449dba8e1a51780e7f943572a3f99 # v2.1
222222 with :
223223 version : latest
224224 platform : x64
@@ -236,7 +236,7 @@ jobs:
236236 with :
237237 node-version : " 24"
238238 - name : Install cSpell
239- run : npm install -g cspell@9.0.2
239+ run : npm install -g cspell@9.7.0
240240 - name : Copy cSpell config
241241 run : cp ./build/cSpell.json ./cSpell.json
242242 - name : Run cSpell
0 commit comments