fix(gh-aw): recompile workflows with v0.68.1#174
Merged
JacobPEvans merged 2 commits intomainfrom Apr 13, 2026
Merged
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
There was a problem hiding this comment.
Pull request overview
Recompiles the gh-aw generated workflow lock files using gh-aw compiler v0.68.1, primarily to replace the previously generated local uses: ./actions/setup reference with a pinned remote setup action and refresh the compiled workflow structure.
Changes:
- Regenerates
repo-health-audit.lock.ymlandlink-checker.lock.ymlwith updated gh-aw metadata/manifest and refreshed compiled job/step structure. - Replaces local setup usage with
github/gh-aw-actions/setup@2fe53acc...and updates various pinned action SHAs / script invocations. - Updates
.github/aw/actions-lock.jsonwith new locked entries foractions/github-script@v9andgithub/gh-aw-actions/setup@v0.68.1.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| .github/workflows/repo-health-audit.lock.yml | Recompiled lock workflow output for repo health audit; setup action now pinned remotely and compiled structure updated. |
| .github/workflows/link-checker.lock.yml | Recompiled lock workflow output for link checker; setup action now pinned remotely and compiled structure updated (including cache handling changes). |
| .github/aw/actions-lock.json | Adds/updates action lock entries to support the new compiled output (setup action + github-script v9). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes Post Setup Scripts failure. github/gh-aw-actions/setup is GitHub-owned. Security review: github/gh-aw-actions/setup@SHA is the official GitHub-owned setup action. Safe to approve. (claude)
Auto-generated file missed in initial recompile pass. (claude)
9cd0c96 to
df02dc0
Compare
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
uses: ./actions/setup(local workspace path)uses: github/gh-aw-actions/setup@SHA(pinned remote ref), resilient to workspace changesSecurity Review
New actions introduced by this compilation:
github/gh-aw-actions/setup@2fe53acc— GitHub-owned official gh-aw setup action. Safe.Action is GitHub-owned and verified safe.
Test plan
uses: ./actions/setuppatterns in compiled outputuses: github/gh-aw-actions/setup@SHApresent in compiled output🤖 Generated with Claude Code