6161 needs : startgate
6262 runs-on : ubuntu-latest
6363 steps :
64- - uses : actions/checkout@v6
64+ - uses : actions/checkout@v6.0.3
6565 - uses : actions/setup-java@v5
6666 with :
6767 java-version : ' 21'
8080 needs : startgate
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@v6
83+ - uses : actions/checkout@v6.0.3
8484 - name : Display CPU Info
8585 shell : bash
8686 run : |
@@ -104,7 +104,7 @@ jobs:
104104 needs : startgate
105105 runs-on : ubuntu-latest
106106 steps :
107- - uses : actions/checkout@v6
107+ - uses : actions/checkout@v6.0.3
108108 - name : Display CPU Info
109109 shell : bash
110110 run : |
@@ -128,7 +128,7 @@ jobs:
128128 needs : startgate
129129 runs-on : ubuntu-latest
130130 steps :
131- - uses : actions/checkout@v6
131+ - uses : actions/checkout@v6.0.3
132132 - name : Display CPU Info
133133 shell : bash
134134 run : |
@@ -152,7 +152,7 @@ jobs:
152152 needs : startgate
153153 runs-on : ubuntu-latest
154154 steps :
155- - uses : actions/checkout@v6
155+ - uses : actions/checkout@v6.0.3
156156 - name : Display CPU Info
157157 shell : bash
158158 run : |
@@ -176,7 +176,7 @@ jobs:
176176 needs : startgate
177177 runs-on : ubuntu-latest
178178 steps :
179- - uses : actions/checkout@v6
179+ - uses : actions/checkout@v6.0.3
180180 - name : Build libraries
181181 shell : bash
182182 run : |
@@ -196,7 +196,7 @@ jobs:
196196 needs : startgate
197197 runs-on : macos-15
198198 steps :
199- - uses : actions/checkout@v6
199+ - uses : actions/checkout@v6.0.3
200200 - uses : actions/setup-java@v5
201201 with :
202202 distribution : ' temurin'
@@ -227,7 +227,7 @@ jobs:
227227 needs : startgate
228228 runs-on : macos-14
229229 steps :
230- - uses : actions/checkout@v6
230+ - uses : actions/checkout@v6.0.3
231231 - uses : actions/setup-java@v5
232232 with :
233233 distribution : ' temurin'
@@ -258,7 +258,7 @@ jobs:
258258 needs : startgate
259259 runs-on : windows-2025-vs2026
260260 steps :
261- - uses : actions/checkout@v6
261+ - uses : actions/checkout@v6.0.3
262262 - name : Display CPU Info
263263 shell : pwsh
264264 run : |
@@ -287,7 +287,7 @@ jobs:
287287 needs : startgate
288288 runs-on : windows-2025-vs2026
289289 steps :
290- - uses : actions/checkout@v6
290+ - uses : actions/checkout@v6.0.3
291291 - name : Display CPU Info
292292 shell : pwsh
293293 run : |
@@ -320,7 +320,7 @@ jobs:
320320 needs : startgate
321321 runs-on : ubuntu-latest
322322 steps :
323- - uses : actions/checkout@v6
323+ - uses : actions/checkout@v6.0.3
324324 - uses : actions/setup-java@v5
325325 with :
326326 distribution : ' temurin'
@@ -344,7 +344,7 @@ jobs:
344344 needs : startgate
345345 runs-on : macos-15
346346 steps :
347- - uses : actions/checkout@v6
347+ - uses : actions/checkout@v6.0.3
348348 - uses : actions/setup-java@v5
349349 with :
350350 distribution : ' temurin'
@@ -379,7 +379,7 @@ jobs:
379379 needs : crosscompile-linux-x86_64
380380 runs-on : ubuntu-latest
381381 steps :
382- - uses : actions/checkout@v6
382+ - uses : actions/checkout@v6.0.3
383383 - name : Display CPU Info
384384 shell : bash
385385 run : |
@@ -471,7 +471,7 @@ jobs:
471471 needs : build-macos-arm64-metal
472472 runs-on : macos-14
473473 steps :
474- - uses : actions/checkout@v6
474+ - uses : actions/checkout@v6.0.3
475475 - name : Display CPU Info
476476 shell : bash
477477 run : |
@@ -535,7 +535,7 @@ jobs:
535535 needs : build-macos-arm64-no-metal
536536 runs-on : macos-15
537537 steps :
538- - uses : actions/checkout@v6
538+ - uses : actions/checkout@v6.0.3
539539 - name : Display CPU Info
540540 shell : bash
541541 run : |
@@ -599,7 +599,7 @@ jobs:
599599 needs : build-macos-arm64-metal-15
600600 runs-on : macos-15
601601 steps :
602- - uses : actions/checkout@v6
602+ - uses : actions/checkout@v6.0.3
603603 - name : Display CPU Info
604604 shell : bash
605605 run : |
@@ -663,7 +663,7 @@ jobs:
663663 needs : build-windows-x86_64
664664 runs-on : windows-2025-vs2026
665665 steps :
666- - uses : actions/checkout@v6
666+ - uses : actions/checkout@v6.0.3
667667 - name : Display CPU Info
668668 shell : pwsh
669669 run : |
@@ -765,7 +765,7 @@ jobs:
765765 - test-java-windows-x86_64
766766 runs-on : ubuntu-latest
767767 steps :
768- - uses : actions/checkout@v6
768+ - uses : actions/checkout@v6.0.3
769769 - uses : actions/download-artifact@v8
770770 with :
771771 pattern : " *-libraries"
@@ -798,7 +798,7 @@ jobs:
798798 permissions :
799799 contents : write
800800 steps :
801- - uses : actions/checkout@v6
801+ - uses : actions/checkout@v6.0.3
802802 - uses : actions/setup-java@v5
803803 with : { java-version: '${{ env.JAVA_VERSION }}', distribution: temurin }
804804 - uses : actions/download-artifact@v8
@@ -848,7 +848,7 @@ jobs:
848848 permissions :
849849 contents : write
850850 steps :
851- - uses : actions/checkout@v6
851+ - uses : actions/checkout@v6.0.3
852852 - uses : actions/download-artifact@v8
853853 with :
854854 pattern : " *-libraries"
@@ -923,7 +923,7 @@ jobs:
923923 permissions :
924924 contents : write
925925 steps :
926- - uses : actions/checkout@v6
926+ - uses : actions/checkout@v6.0.3
927927 - uses : actions/download-artifact@v8
928928 with :
929929 pattern : " *-libraries"
0 commit comments