Resolve actions from tracked workflows anywhere in the checkout - #280
Draft
lox wants to merge 1 commit into
Draft
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-01a00da6-7673-7680-ab27-c1367639d506 Co-authored-by: Lachlan Donald <lachlan@buildkite.com>
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.
Why
Tracked workflow files outside
.github/workflowspass CLI validation, but action plan construction cannot locate the repository root. This prevents workflows such asci/node.js.ymlfrom using public or repository-local actions.What
Carry the CLI-verified Git repository root into compiler options, canonicalize and confine workflow paths to that root, and use repository-relative source paths in compiler output. Preserve the existing
.github/workflowsrestrictions for local reusable-workflow callers and hostedGITHUB_TOKENissuance.