8383 - name : " Cleanup repo"
8484 shell : bash
8585 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
86- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
86+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
8787 with :
8888 # Need to fetch all history for selective checks tests
8989 fetch-depth : 0
@@ -102,7 +102,7 @@ jobs:
102102 - name : " Cleanup repo"
103103 shell : bash
104104 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
105- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
105+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
106106 with :
107107 fetch-depth : 0
108108 persist-credentials : false
@@ -130,7 +130,7 @@ jobs:
130130 runs-on : ${{ fromJSON(inputs.runners) }}
131131 steps :
132132 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
133- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
133+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
134134 with :
135135 fetch-depth : 1
136136 persist-credentials : false
@@ -151,7 +151,7 @@ jobs:
151151 shell : bash
152152 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
153153 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
154- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
154+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
155155 with :
156156 persist-credentials : false
157157 - name : Setup pnpm
@@ -213,7 +213,7 @@ jobs:
213213 runs-on : ${{ fromJSON(inputs.runners) }}
214214 steps :
215215 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
216- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
216+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
217217 with :
218218 persist-credentials : false
219219 - name : " Install Breeze"
@@ -234,7 +234,7 @@ jobs:
234234 shell : bash
235235 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
236236 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
237- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
237+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
238238 with :
239239 persist-credentials : false
240240 - name : " Install Breeze"
@@ -248,7 +248,7 @@ jobs:
248248 platform : ${{ inputs.platform }}
249249 save-cache : true
250250 - name : Fetch incoming commit ${{ github.sha }} with its parent
251- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
251+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
252252 with :
253253 ref : ${{ github.sha }}
254254 fetch-depth : 2
@@ -269,7 +269,7 @@ jobs:
269269 runs-on : ["windows-2025"]
270270 steps :
271271 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
272- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
272+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
273273 with :
274274 fetch-depth : 2
275275 persist-credentials : false
@@ -286,7 +286,7 @@ jobs:
286286 shell : bash
287287 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
288288 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
289- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
289+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
290290 with :
291291 persist-credentials : false
292292 - name : " Install Breeze"
@@ -371,7 +371,7 @@ jobs:
371371 shell : bash
372372 run : docker run -v "${GITHUB_WORKSPACE}:/workspace" -u 0:0 bash -c "rm -rf /workspace/*"
373373 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
374- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
374+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
375375 with :
376376 persist-credentials : false
377377 - name : " Install Breeze"
@@ -418,7 +418,7 @@ jobs:
418418 FORCE_COLOR : 1
419419 steps :
420420 - name : " Checkout ${{ github.ref }} ( ${{ github.sha }} )"
421- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
421+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0 .2
422422 with :
423423 persist-credentials : false
424424 - name : " Install uv"
0 commit comments