File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - build-cuvs-multiarch-manifest
4444 - test
4545 secrets : inherit # zizmor: ignore[secrets-inherit]
46- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main # zizmor: ignore[unpinned-uses]
46+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.06
4747 checks :
4848 runs-on : ubuntu-latest
4949 steps :
Original file line number Diff line number Diff line change 1919 permissions :
2020 checks : write
2121 pull-requests : write
22- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main # zizmor: ignore[unpinned-uses]
22+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@release/26.06
2323 if : always()
2424 with :
2525 needs : ${{ toJSON(needs) }}
Original file line number Diff line number Diff line change 1818 permissions :
1919 pull-requests : read
2020 secrets : inherit # zizmor: ignore[secrets-inherit]
21- uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main # zizmor: ignore[unpinned-uses]
21+ uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@release/26.06
2222 with :
2323 sender_login : ${{ github.event.sender.login }}
2424 sender_avatar : ${{ github.event.sender.avatar_url }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM python:${PYTHON_VER} AS dependencies
1414ARG CPU_ARCH=notset
1515ARG CUDA_VER=notset
1616ARG PYTHON_VER=notset
17- ARG RAPIDS_BRANCH="main "
17+ ARG RAPIDS_BRANCH="release/26.06 "
1818ARG RAPIDS_VER=26.06
1919ARG YQ_VER=notset
2020
You can’t perform that action at this time.
0 commit comments