3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-23 07:22:33 +00:00

Regenerate gh-aw lock workflows to remove stale model-multiplier runtime hook (#10099)

Multiple agentic workflows were failing at runtime with
`MODULE_NOT_FOUND` for `merge_awf_model_multipliers.cjs` under
`${RUNNER_TEMP}/gh-aw/actions`. The lock workflows had stale generated
runtime steps that no longer matched the current `gh-aw` actions bundle.

- **Root cause**
  - Generated `.lock.yml` workflows referenced a removed script:
- `node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"`

- **Change**
- Recompiled all agentic workflow sources (`.github/workflows/*.md`)
with current `gh aw` tooling.
  - Checked in regenerated lock artifacts:
    - `.github/workflows/*.lock.yml`
    - `.github/aw/actions-lock.json`
- Result: stale `merge_awf_model_multipliers.cjs` invocations were
eliminated from generated workflows.

- **Representative diff shape**
  ```yaml
  # removed from generated lock workflows
  - GH_AW_MODEL_MULTIPLIERS_PATH="/tmp/gh-aw/model_multipliers.json" \
    node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"
  ```

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot 2026-07-12 18:30:19 -07:00 committed by GitHub
parent b1aa1e6ddc
commit d99b6e7b08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 4612 additions and 3426 deletions

View file

@ -29,11 +29,6 @@
"repo": "actions/upload-artifact",
"version": "v7.0.1",
"sha": "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
},
"github/gh-aw/actions/setup@v0.71.1": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.71.1",
"sha": "f01a9d118afa6e306f3645ca31e43f4ea8fb4d22"
}
},
"containers": {