Skip to content

[ca] Recompile workflows after CI cleanup #12602

@github-actions

Description

@github-actions

Summary

This PR recompiles all workflow files to ensure they are up to date with the latest gh-aw binary.

Changes

  • ✅ Ran make fmt - All code formatted successfully
  • ✅ Ran make lint - All linters passed
  • ✅ Ran make test-unit - All Go unit tests passed
  • ✅ Ran make recompile - Successfully compiled 143 workflows

Workflow Changes

72 workflow lock files were updated during recompilation, including:

  • Agent performance analyzers
  • Daily automation workflows
  • Code quality tools
  • Documentation generators
  • CI/CD workflows

JavaScript Tests Note

JavaScript tests encountered read-only filesystem issues in the test environment (/opt/gh-aw/safeoutputs) - this is an environment constraint, not a code issue. The code itself is properly formatted and linted.

Validation

  • ✅ All formatters passed
  • ✅ All linters passed
  • ✅ All Go unit tests passed
  • ✅ All workflows compiled successfully

Related

AI generated by CI Cleaner


Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download patch artifact

The patch file is available in the agent-artifacts artifact in the workflow run linked above.

To apply the patch locally:

# Download the artifact from the workflow run https://github.com/githubnext/gh-aw/actions/runs/21489478485
# (Use GitHub MCP tools if gh CLI is not available)
gh run download 21489478485 -n agent-artifacts

# The patch file will be at agent-artifacts/tmp/gh-aw/aw.patch after download
# Apply the patch
git am agent-artifacts/tmp/gh-aw/aw.patch
Show patch preview (500 of 1028 lines)
From 41747344dc3e4c104ad5782caee4e6ffe2f0d302 Mon Sep 17 00:00:00 2001
From: CI Cleaner Bot <ci-cleaner@github.com>
Date: Thu, 29 Jan 2026 18:25:32 +0000
Subject: [PATCH] chore: recompile workflows after CI cleanup

---
 .devcontainer/devcontainer.json                        | 10 ++++++++++
 .github/workflows/agent-performance-analyzer.lock.yml  |  2 +-
 .github/workflows/agent-persona-explorer.lock.yml      |  2 +-
 .github/workflows/artifacts-summary.lock.yml           |  2 +-
 .github/workflows/audit-workflows.lock.yml             |  2 +-
 .github/workflows/auto-triage-issues.lock.yml          |  2 +-
 .github/workflows/blog-auditor.lock.yml                |  2 +-
 .../workflows/claude-code-user-docs-review.lock.yml    |  2 +-
 .github/workflows/cli-version-checker.lock.yml         |  2 +-
 .github/workflows/code-simplifier.lock.yml             |  2 +-
 .github/workflows/copilot-agent-analysis.lock.yml      |  2 +-
 .github/workflows/copilot-cli-deep-research.lock.yml   |  2 +-
 .github/workflows/copilot-pr-prompt-analysis.lock.yml  |  2 +-
 .github/workflows/copilot-session-insights.lock.yml    |  2 +-
 .github/workflows/daily-assign-issue-to-user.lock.yml  |  2 +-
 .github/workflows/daily-cli-performance.lock.yml       |  2 +-
 .github/workflows/daily-code-metrics.lock.yml          |  2 +-
 .github/workflows/daily-compiler-quality.lock.yml      |  2 +-
 .github/workflows/daily-doc-updater.lock.yml           |  2 +-
 .github/workflows/daily-firewall-report.lock.yml       |  2 +-
 .github/workflows/daily-issues-report.lock.yml         |  2 +-
 .github/workflows/daily-malicious-code-scan.lock.yml   |  2 +-
 .../workflows/daily-multi-device-docs-tester.lock.yml  |  2 +-
 .github/workflows/daily-observability-report.lock.yml  |  2 +-
 .github/workflows/daily-performance-summary.lock.yml   |  2 +-
 .github/workflows/daily-regulatory.lock.yml            |  2 +-
 .github/workflows/daily-safe-output-optimizer.lock.yml |  2 +-
 .github/workflows/daily-secrets-analysis.lo
... (truncated)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions