Skip to content

Recompile workflows to sync lock files with markdown sources#20396

Merged
pelikhan merged 3 commits intomainfrom
copilot/recompile-workflows-lock-files-4799fb02-9eaa-4daa-af23-4b127a665e94
Mar 10, 2026
Merged

Recompile workflows to sync lock files with markdown sources#20396
pelikhan merged 3 commits intomainfrom
copilot/recompile-workflows-lock-files-4799fb02-9eaa-4daa-af23-4b127a665e94

Conversation

Copy link
Contributor

Copilot AI commented Mar 10, 2026

All 166 workflow .lock.yml files were out of sync with their source .md files, meaning GitHub Actions was running stale compiled workflows.

Changes

  • Rebuilt gh-aw binary with latest compiler
  • Recompiled all 166 workflow lock files via make recompile — all compiled successfully

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/a70c5eada06553e3510ac27f2c3bda9d3705bccb --jq .object.sha (http block)
  • https://api.github.com/repos/githubnext/agentics/git/ref/tags/
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/# --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI linked an issue Mar 10, 2026 that may be closed by this pull request
Copilot AI and others added 2 commits March 10, 2026 17:45
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Recompile workflows to sync lock files with markdown sources Recompile workflows to sync lock files with markdown sources Mar 10, 2026
@pelikhan pelikhan marked this pull request as ready for review March 10, 2026 18:09
Copilot AI review requested due to automatic review settings March 10, 2026 18:09
Copy link
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

This PR recompiles all 166 workflow .lock.yml files to bring them back in sync with their corresponding .md source files, which had drifted out of date. The only substantive change is updating the embedded gh-aw binary version.

Changes:

  • Updated GH_AW_VERSION environment variable from 8831364-dirty to 3f30e4d across all workflow lock files (both agent and detection phases)
  • Rebuilt the gh-aw binary with the latest compiler to produce a clean (non-dirty) version hash

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@pelikhan pelikhan merged commit f20f13a into main Mar 10, 2026
62 checks passed
@pelikhan pelikhan deleted the copilot/recompile-workflows-lock-files-4799fb02-9eaa-4daa-af23-4b127a665e94 branch March 10, 2026 18:14
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

3 participants