Skip to content

Commit ff5c4e7

Browse files
committed
feat(ci): pin TheRock workflows to 064defc
1 parent 008c40a commit ff5c4e7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/ci-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ outputs:
1313
value: "a022846cf553c2b135410a5168f97705f1b9c6ac" # 2026-08-22
1414
baseline-run-id:
1515
description: "TheRock workflow run ID for prebuilt stage artifacts"
16-
value: "33012920661" # Updated by assistant-librarian[bot] on submodule bumps
16+
value: "33351136057" # Updated by assistant-librarian[bot] on submodule bumps
1717
docker-image:
1818
description: "Docker container image for Linux builds"
1919
value: "ghcr.io/rocm/therock_build_manylinux_x86_64@sha256:cf4f6d9909056906e4a1c0bc4c245658a0af4c6a6174082a86adfa2d518b7aeb"

.github/workflows/therock-multi-arch-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)