Skip to content

fix(gh-aw): recompile workflows with v0.68.1#174

Merged
JacobPEvans merged 2 commits intomainfrom
fix/recompile-ghaw
Apr 13, 2026
Merged

fix(gh-aw): recompile workflows with v0.68.1#174
JacobPEvans merged 2 commits intomainfrom
fix/recompile-ghaw

Conversation

@JacobPEvans
Copy link
Copy Markdown
Owner

Summary

  • Recompiles gh-aw lock files with v0.68.1 binary
  • Fixes Post Setup Scripts CI failure caused by old compiler generating uses: ./actions/setup (local workspace path)
  • New compiler generates uses: github/gh-aw-actions/setup@SHA (pinned remote ref), resilient to workspace changes

Security 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

  • CI passes with new lock files
  • No uses: ./actions/setup patterns in compiled output
  • uses: github/gh-aw-actions/setup@SHA present in compiled output

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings April 13, 2026 03:54
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml and link-checker.lock.yml with 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.json with new locked entries for actions/github-script@v9 and github/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.

Comment thread .github/workflows/repo-health-audit.lock.yml
Comment thread .github/workflows/link-checker.lock.yml
Comment thread .github/workflows/repo-health-audit.lock.yml
Comment thread .github/workflows/repo-health-audit.lock.yml
Comment thread .github/workflows/link-checker.lock.yml
Comment thread .github/workflows/link-checker.lock.yml
Comment thread .github/workflows/link-checker.lock.yml
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)
@JacobPEvans JacobPEvans merged commit 699d9d2 into main Apr 13, 2026
2 checks passed
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.

2 participants