Skip to content

Recompile workflows to sync lock files#21652

Merged
pelikhan merged 2 commits intomainfrom
copilot/aw-update-workflow-locks
Mar 18, 2026
Merged

Recompile workflows to sync lock files#21652
pelikhan merged 2 commits intomainfrom
copilot/aw-update-workflow-locks

Conversation

Copy link
Contributor

Copilot AI commented Mar 18, 2026

169 workflow lock files (.lock.yml) were out of sync with their source markdown definitions. Regenerated all lock files via make recompile to reflect the latest workflow configurations.

  • Recompiled: All .github/workflows/*.lock.yml files regenerated from their .md sources

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/actions/setup-node/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq .object.sha (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
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw --jq .visibility (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 18, 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] [aw] Recompile workflows to update lock files Recompile workflows to sync lock files Mar 18, 2026
Copilot AI requested a review from pelikhan March 18, 2026 21:00
@pelikhan pelikhan marked this pull request as ready for review March 18, 2026 21:02
Copilot AI review requested due to automatic review settings March 18, 2026 21:02
@pelikhan pelikhan merged commit 011afa7 into main Mar 18, 2026
@pelikhan pelikhan deleted the copilot/aw-update-workflow-locks branch March 18, 2026 21:03
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

Regenerates GitHub Actions workflow lock files (.github/workflows/*.lock.yml) to bring them back in sync with their source markdown workflow definitions (.md) via make recompile.

Changes:

  • Recompiled workflow lock files to reflect current workflow definitions.
  • Updated embedded GH_AW_SAFE_OUTPUTS_HANDLER_CONFIG payloads across workflows (e.g., inclusion of noop and other handler config changes) as produced by the compiler.

Reviewed changes

Copilot reviewed 169 out of 169 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/ace-editor.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/agent-performance-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/agent-persona-explorer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/ai-moderator.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/archie.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/artifacts-summary.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/audit-workflows.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/auto-triage-issues.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/blog-auditor.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/bot-detection.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/brave.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/breaking-change-checker.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/changeset.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/ci-coach.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/ci-doctor.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/claude-code-user-docs-review.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/cli-consistency-checker.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/cli-version-checker.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/cloclo.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/code-scanning-fixer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/code-simplifier.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/commit-changes-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/constraint-solving-potd.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/contribution-check.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-agent-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-cli-deep-research.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-pr-merged-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-pr-nlp-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-pr-prompt-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/copilot-session-insights.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/craft.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-architecture-diagram.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-assign-issue-to-user.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-choice-test.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-cli-performance.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-cli-tools-tester.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-code-metrics.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-compiler-quality.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-copilot-token-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-doc-healer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-doc-updater.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-fact.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-file-diet.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-firewall-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-function-namer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-issues-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-mcp-concurrency-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-news.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-observability-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-performance-summary.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-regulatory.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-rendering-scripts-verifier.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-repo-chronicle.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-safe-output-integrator.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-safe-output-optimizer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-safe-outputs-conformance.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-secrets-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-security-red-team.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-semgrep-scan.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-syntax-error-quality.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-team-evolution-insights.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-team-status.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-testify-uber-super-expert.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/daily-workflow-updater.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dead-code-remover.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/deep-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/delight.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dependabot-burner.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dependabot-go-checker.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dev-hawk.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dev.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/developer-docs-consolidator.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/dictation-prompt.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/discussion-task-miner.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/docs-noob-tester.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/draft-pr-cleanup.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/duplicate-code-detector.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/example-permissions-warning.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/example-workflow-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/firewall-escape.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/firewall.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/functional-pragmatist.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/github-mcp-structural-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/github-mcp-tools-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/glossary-maintainer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/go-fan.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/go-logger.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/go-pattern-detector.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/gpclean.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/grumpy-reviewer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/hourly-ci-cleaner.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/instructions-janitor.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/issue-arborist.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/issue-monster.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/issue-triage-agent.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/jsweep.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/layout-spec-maintainer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/lockfile-stats.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/mcp-inspector.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/mergefest.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/metrics-collector.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/notion-issue-summary.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/org-health-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/pdf-summary.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/plan.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/poem-bot.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/portfolio-analyst.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/pr-nitpick-reviewer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/pr-triage-agent.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/prompt-clustering-analysis.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/python-data-charts.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/q.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/refiner.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/release.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/repo-audit-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/repo-tree-map.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/repository-quality-improver.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/research.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/safe-output-health.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/schema-consistency-checker.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/scout.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/security-alert-burndown.campaign.g.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/security-compliance.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/security-review.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/semantic-function-refactor.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/sergo.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/slide-deck-maintainer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-agent-all-merged.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-agent-all-none.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-agent-public-approved.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-agent-public-none.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-agent-scoped-approved.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-call-workflow.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-claude.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-codex.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-copilot-arm.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-copilot.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-create-cross-repo-pr.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-gemini.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-multi-pr.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-project.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-temporary-id.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-test-tools.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-update-cross-repo-pr.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-workflow-call-with-inputs.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/smoke-workflow-call.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/stale-repo-identifier.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/static-analysis-report.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/step-name-alignment.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/sub-issue-closer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/super-linter.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/technical-doc-writer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/terminal-stylist.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/test-create-pr-error-handling.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/test-dispatcher.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/test-project-url-default.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/test-workflow.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/tidy.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/typist.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/ubuntu-image-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/unbloat-docs.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/update-astro.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/video-analyzer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/weekly-blog-post-writer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/weekly-editors-health-check.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/weekly-issue-summary.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/weekly-safe-outputs-spec-review.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/workflow-generator.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/workflow-health-manager.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/workflow-normalizer.lock.yml Regenerated compiled workflow lock file to match its .md source.
.github/workflows/workflow-skill-extractor.lock.yml Regenerated compiled workflow lock file to match its .md source.

💡 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.

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