mirror of
https://github.com/Z3Prover/z3
synced 2026-08-02 12:13:25 +00:00
This addresses stale generated Agentic Workflow artifacts by recompiling the workflow sources and updating the checked-in lock outputs. The update brings lockfiles and shared action pin metadata back in sync with the current compiler/runtime generation. - **Scope of regeneration** - Recompiled all Agentic Workflow markdown definitions in `.github/workflows/*.md` into their corresponding `.lock.yml` outputs. - Updated generated maintenance workflow output in `.github/workflows/agentics-maintenance.yml`. - **Pinned dependency/metadata refresh** - Refreshed `.github/aw/actions-lock.json` and lockfile manifests (actions, container digests, compiler metadata) to the latest generated state. - Resulting lock headers now reflect the current compiler/toolchain metadata used for generation. - **Auth/runtime shape in generated lockfiles** - Regenerated lock outputs include current AW-generated runtime/env wiring for Copilot execution paths and token handling where applicable. ```yaml # Example (lockfile header after regeneration) # gh-aw-metadata: # compiler_version: "v0.83.4" ``` Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| logs | ||
| actions-lock.json | ||
| create-agentic-workflow.md | ||
| create-shared-agentic-workflow.md | ||
| debug-agentic-workflow.md | ||
| github-agentic-workflows.md | ||
| update-agentic-workflow.md | ||
| upgrade-agentic-workflows.md | ||