Skip to content

Recompile agentic workflow lock files to restore source/lock sync#31223

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/recompile-workflows-lock-files
Closed

Recompile agentic workflow lock files to restore source/lock sync#31223
Copilot wants to merge 2 commits into
mainfrom
copilot/recompile-workflows-lock-files

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 9, 2026

Bug Fix

Workflow .lock.yml artifacts had drifted from their .md sources, so Actions runs were not consistently reflecting current workflow definitions. This PR regenerates compiled lock files from source markdown to re-establish compiler truth.

  • What was the bug?

    Workflow lock files in .github/workflows/*.lock.yml were out of sync with their corresponding markdown workflow definitions.

  • How did you fix it?

    Regenerated compiled workflow outputs from markdown sources across the repository and committed only the resulting lock-file updates (scope intentionally limited to compiled artifacts).

  • Implementation details

    • Recompiled workflow definitions with validation enabled.
    • Updated generated metadata/manifests/action/container pin sections produced by current compiler output.
    • Kept non-lock workflow sources unchanged.
  • Example

    gh aw compile --validate --verbose

Copilot AI linked an issue May 9, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Recompile workflows to update lock files Recompile agentic workflow lock files to restore source/lock sync May 9, 2026
Copilot AI requested a review from pelikhan May 9, 2026 15:37
@pelikhan pelikhan closed this May 9, 2026
@github-actions github-actions Bot deleted the copilot/recompile-workflows-lock-files branch May 27, 2026 03:02
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.

[aw] agentic workflows out of sync

2 participants