[CI] Update Jimver/cuda-toolkit to allowed ref v0.2.35#631
Merged
Conversation
The ASF infrastructure-actions allowlist removed the previously pinned Jimver/cuda-toolkit ref (6008063). Bump to the latest allowed ref 3d45d157 (v0.2.35), which is the newest approved ref and carries no expiry in the allowlist. The step only consumes the stable CUDA_PATH output, so the bump needs no other changes.
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
tqchen
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The ASF
infrastructure-actionsallowlist was updated and theJimver/cuda-toolkitref currently pinned in our CI was removed:Jimver/cuda-toolkit@6008063726ffe3309d1b22e413d9e88fed91a2f2Since this ref is no longer on the approved list, the ASF action-allowlist check fails for
torch_c_dlpack.yml.Change
Bump
Jimver/cuda-toolkitto the latest allowed ref:Jimver/cuda-toolkit@3d45d157f327c09c04b50ee6ccdea2d9d017ec76(v0.2.35)This is the newest
cuda-toolkitref on the allowlist and the only one without anexpires_at, so it is the most durable choice. The step only consumes the stableCUDA_PATHoutput (nowith:inputs), so the bump needs no other changes.Notes
This is a follow-up to the action-ref hygiene sweep. The previously-expired
astral-sh/setup-uv(#624) andpypa/cibuildwheel(#626) refs have already been bumped onmain;Jimver/cuda-toolkitwas the only remaining ref flagged by the ASF allowlist checker.Verified with the official
apache/infrastructure-actionscheck_asf_allowlist.pyagainst the currentapproved_patterns.yml: 0 violations after this change.