fix: update CI workflow tests for new compiler action path format#6238
Merged
Conversation
The compiler (5a10da88) uses github/gh-aw/actions/setup@<sha> instead of the old github/gh-aw-actions/setup@<sha> # v<version> format. Update test assertions to match with flexible regex patterns that accept either format. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8dcc99fc-3d0e-40c5-8b75-bc43d9bf5dee
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
This was referenced Jul 15, 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.
Summary
The compiler (5a10da88) changed the setup action reference from:
github/gh-aw-actions/setup@<sha> # v<version>to:
github/gh-aw/actions/setup@<sha>This updates 5 test files to use flexible regex patterns (
/github\/gh-aw\/actions\/setup@[a-f0-9]{40}/) that match the current lockfile format.Tests Fixed
scripts/ci/security-guard-workflow.test.tsscripts/ci/smoke-claude-workflow.test.tsscripts/ci/self-hosted-runner-doctor-workflow.test.tsscripts/ci/self-hosted-runner-doctor-updater-workflow.test.tsscripts/ci/test-coverage-improver-workflow.test.tsVerification