mirror of
https://github.com/Z3Prover/z3
synced 2026-08-07 14:32:06 +00:00
The Clang-Tidy Warning Fixer could not retrieve reports from the warning workflow because MCP secrecy policy blocks cross-run artifacts and logs. - **Authentication** - Configure GitHub tooling with `mode: gh-proxy`. - Retain scoped `actions: read` access. - **Artifact retrieval** - Resolve the triggering or latest completed report run. - Download its report through the authenticated CLI proxy: ```bash gh run download "$RUN_ID" \ --name "clang-tidy-warning-report-$RUN_ID" \ --dir /tmp/gh-aw/clang-tidy-warning-report ``` - **Generated workflow** - Regenerate the lock file with the proxy runtime configuration. <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes #10394 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: levnach <5377127+levnach@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| actions | ||
| agents | ||
| aw | ||
| prompts | ||
| scripts | ||
| skills | ||
| workflows | ||
| CI_MIGRATION.md | ||
| CI_TESTING.md | ||
| copilot-instructions.md | ||
| dependabot.yml | ||
| mcp.json | ||