5252 if : ${{ needs.compile-if.result == 'success' }}
5353 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
5454 steps :
55- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5656 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
5757 # Set fetch-depth: 10 so that Launchable can receive commits information.
5858 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
7373 if : ${{ needs.compile-if.result == 'success' }}
7474 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
7575 steps :
76- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
76+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
7878 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
7979 - name : ' GCC 13 LTO'
@@ -100,7 +100,7 @@ jobs:
100100 if : ${{ needs.compile-if.result == 'success' }}
101101 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
102102 steps :
103- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
103+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
105105 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
106106 - { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } }
@@ -118,7 +118,7 @@ jobs:
118118 if : ${{ needs.compile-if.result == 'success' }}
119119 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
120120 steps :
121- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
122122 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
123123 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
124124 - { uses: './.github/actions/compilers', name: 'clang 13', with: { tag: 'clang-13' } }
@@ -138,7 +138,7 @@ jobs:
138138 if : ${{ needs.compile-if.result == 'success' }}
139139 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
140140 steps :
141- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
141+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142142 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
143143 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
144144 # -Wno-strict-prototypes is necessary with current clang-15 since
@@ -163,7 +163,7 @@ jobs:
163163 if : ${{ needs.compile-if.result == 'success' }}
164164 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
165165 steps :
166- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
166+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167167 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
168168 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
169169 - { uses: './.github/actions/compilers', name: 'C++20', with: { CXXFLAGS: '-std=c++20 -Werror=pedantic -pedantic-errors -Wno-c++11-long-long' } }
@@ -182,7 +182,7 @@ jobs:
182182 if : ${{ needs.compile-if.result == 'success' }}
183183 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
184184 steps :
185- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
185+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186186 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
187187 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
188188 - { uses: './.github/actions/compilers', name: 'disable-jit', with: { append_configure: '--disable-yjit --disable-rjit' } }
@@ -201,7 +201,7 @@ jobs:
201201 if : ${{ needs.compile-if.result == 'success' }}
202202 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
203203 steps :
204- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
204+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
205205 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
206206 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
207207 - { uses: './.github/actions/compilers', name: 'NDEBUG', with: { cppflags: '-DNDEBUG' } }
@@ -220,7 +220,7 @@ jobs:
220220 if : ${{ needs.compile-if.result == 'success' }}
221221 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
222222 steps :
223- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
223+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
224224 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
225225 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
226226 - { uses: './.github/actions/compilers', name: 'HASH_DEBUG', with: { cppflags: '-DHASH_DEBUG' } }
@@ -239,7 +239,7 @@ jobs:
239239 if : ${{ needs.compile-if.result == 'success' }}
240240 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
241241 steps :
242- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
242+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
243243 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
244244 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
245245 - { uses: './.github/actions/compilers', name: 'USE_LAZY_LOAD', with: { cppflags: '-DUSE_LAZY_LOAD' } }
@@ -258,7 +258,7 @@ jobs:
258258 if : ${{ needs.compile-if.result == 'success' }}
259259 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
260260 steps :
261- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
261+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262262 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
263263 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
264264 - { uses: './.github/actions/compilers', name: 'GC_DEBUG_STRESS_TO_CLASS', with: { cppflags: '-DGC_DEBUG_STRESS_TO_CLASS' } }
@@ -277,7 +277,7 @@ jobs:
277277 if : ${{ needs.compile-if.result == 'success' }}
278278 services : { docuum: { image: 'stephanmisc/docuum', options: '--init', volumes: [ '/root', '/var/run/docker.sock:/var/run/docker.sock' ] } }
279279 steps :
280- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
280+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
281281 with : { sparse-checkout-cone-mode: false, sparse-checkout: /.github }
282282 - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true, fetch-depth: 10 } }
283283 - { uses: './.github/actions/compilers', name: 'VM_DEBUG_BP_CHECK', with: { cppflags: '-DVM_DEBUG_BP_CHECK' } }
0 commit comments