diff --git a/.github/workflows/therock-ci-linux.yml b/.github/workflows/therock-ci-linux.yml index f85aa81d7de..a72c09d486f 100644 --- a/.github/workflows/therock-ci-linux.yml +++ b/.github/workflows/therock-ci-linux.yml @@ -38,7 +38,7 @@ jobs: with: repository: "ROCm/TheRock" path: "TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit - name: Install python deps run: | diff --git a/.github/workflows/therock-ci-windows.yml b/.github/workflows/therock-ci-windows.yml index 5833b40744e..794478c2d0f 100644 --- a/.github/workflows/therock-ci-windows.yml +++ b/.github/workflows/therock-ci-windows.yml @@ -39,7 +39,7 @@ jobs: with: repository: "ROCm/TheRock" path: "TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 diff --git a/.github/workflows/therock-test-packages.yml b/.github/workflows/therock-test-packages.yml index c1a063f5fa9..894681be9c2 100644 --- a/.github/workflows/therock-test-packages.yml +++ b/.github/workflows/therock-test-packages.yml @@ -29,7 +29,7 @@ jobs: sparse-checkout: build_tools path: "prejob" repository: "ROCm/TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit # Checkout failure is possible on Windows, as it's the first job on a GPU test runner. # Post-job cleanup isn't necessary since no executables are launched in this job. @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: "ROCm/TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit - name: "Configuring CI options" env: @@ -84,7 +84,7 @@ jobs: sparse-checkout: build_tools path: "prejob" repository: "ROCm/TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit - name: Pre-job cleanup processes on Windows if: ${{ runner.os == 'Windows' }} @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: "ROCm/TheRock" - ref: df5e21e3b8449ade0af12bcf94c0113510e97f6d # 2025-12-30 commit + ref: f5524a6ddbd928ec9a036002fdd8531c1a6f5eb2 # 2025-12-30 commit - name: Run setup test environment workflow uses: './.github/actions/setup_test_environment'