@@ -100,7 +100,7 @@ jobs:
100100 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101101 with :
102102 repository : ROCm/TheRock
103- ref : b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
103+ ref : 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
104104 path : _therock
105105 sparse-checkout : build_tools/github_actions
106106 sparse-checkout-cone-mode : true
@@ -119,7 +119,7 @@ jobs:
119119
120120 setup :
121121 needs : [ci-env, configure]
122- uses : ROCm/TheRock/.github/workflows/setup_multi_arch.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
122+ uses : ROCm/TheRock/.github/workflows/setup_multi_arch.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
123123 with :
124124 build_variant : " release"
125125 # Limit GPU families for rocm-libraries CI
@@ -141,7 +141,7 @@ jobs:
141141 # Concrete SHA resolved once by resolve_therock_ref; setup re-exports the
142142 # checked-out commit as needs.setup.outputs.ref for downstream jobs.
143143 # TODO: After multi-arch CI is fully migrated to TheRock, remove the explicit ref here
144- ref : b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
144+ ref : 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
145145 # Pass external repo info for stage-impact analysis
146146 external_repo : ' {"repository":"${{ github.repository }}","ref":"${{ github.sha }}"}'
147147
@@ -154,7 +154,7 @@ jobs:
154154 needs.setup.outputs.enable_build_jobs == 'true' &&
155155 needs.configure.outputs.skip_tests != 'true'
156156 }}
157- uses : ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
157+ uses : ROCm/TheRock/.github/workflows/multi_arch_ci_linux.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
158158 secrets : inherit
159159 with :
160160 build_config : ${{ needs.setup.outputs.linux_build_config }}
@@ -168,7 +168,7 @@ jobs:
168168 changed_projects : ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.changed_projects }}
169169 repository : ROCm/TheRock
170170 # Concrete SHA resolved once by setup; do not re-resolve main here.
171- ref : b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
171+ ref : 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
172172 permissions :
173173 contents : read
174174 id-token : write
@@ -182,7 +182,7 @@ jobs:
182182 needs.setup.outputs.enable_build_jobs == 'true' &&
183183 needs.configure.outputs.skip_tests != 'true'
184184 }}
185- uses : ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
185+ uses : ROCm/TheRock/.github/workflows/multi_arch_ci_windows.yml@064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
186186 secrets : inherit
187187 with :
188188 build_config : ${{ needs.setup.outputs.windows_build_config }}
@@ -194,7 +194,7 @@ jobs:
194194 changed_projects : ${{ needs.configure.outputs.run_all_tests == 'true' && '' || needs.configure.outputs.changed_projects }}
195195 repository : ROCm/TheRock
196196 # Concrete SHA resolved once by setup; do not re-resolve main here.
197- ref : b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
197+ ref : 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
198198 permissions :
199199 contents : read
200200 id-token : write
@@ -213,7 +213,7 @@ jobs:
213213 with :
214214 repository : " ROCm/TheRock"
215215 # Concrete SHA resolved once by setup; do not re-resolve main here.
216- ref : b45a06045cbb29c85e221748e653ac2521c6e1bf # 2026-08-26
216+ ref : 064defc4f45d42ed09b4d40fe4343419663e8ec2 # 2026-08-31
217217 sparse-checkout : build_tools/github_actions
218218 sparse-checkout-cone-mode : true
219219
0 commit comments