Skip to content

Fix #1427: [Repo Assist] ci: pin KyleMayes/install-llvm-action to v2....#1459

Open
JiwaniZakir wants to merge 1 commit intopy-why:mainfrom
JiwaniZakir:fix/1427-repo-assist-ci-pin-kylemayes-install-ll
Open

Fix #1427: [Repo Assist] ci: pin KyleMayes/install-llvm-action to v2....#1459
JiwaniZakir wants to merge 1 commit intopy-why:mainfrom
JiwaniZakir:fix/1427-repo-assist-ci-pin-kylemayes-install-ll

Conversation

@JiwaniZakir
Copy link
Copy Markdown

Closes #1427

Standardises KyleMayes/install-llvm-action to the pinned @v2.0.5 tag across all three workflows that were using the floating @v2 reference.

Changes

  • .github/workflows/advanced-on-demand.yml line 59: @v2@v2.0.5
  • .github/workflows/ci-install.yml line 41: @v2@v2.0.5
  • .github/workflows/nightly-tests.yml line 32: @v2@v2.0.5

ci.yml was already pinned to @v2.0.5 and is unchanged.

Motivation

Floating major-version tags (e.g. @v2) move when the upstream author pushes new releases. If KyleMayes/install-llvm-action@v2 advances to a version with any incompatibility, the nightly, install-check, and advanced-on-demand workflows would break unexpectedly and non-deterministically. Pinning to @v2.0.5 makes all four workflows consistent with each other, ensures reproducible builds, and aligns with the convention already established in ci.yml.

Testing

CI configuration change only — no source code or test logic modified. The pinned @v2.0.5 version is identical to what ci.yml currently resolves at runtime under @v2, so workflow behaviour is unchanged. Verification: confirm the three affected workflows complete their "Install LLVM and Clang" step successfully on the next triggered run.


This PR was created with AI assistance (Claude). The changes were reviewed by quality gates and a critic model before submission.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Repo Assist] ci: pin KyleMayes/install-llvm-action to v2.0.5 across all workflows

1 participant