Share RUNNER_TEMP with agent step in compiled lock.yml#35880
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Add RUNNER_TEMP env var to agent execution steps
Share RUNNER_TEMP with agent step in compiled lock.yml
May 30, 2026
Copilot created this pull request from a session on behalf of
pelikhan
May 30, 2026 06:25
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR ensures RUNNER_TEMP is explicitly forwarded into the sandboxed “agent” execution steps in the compiled *.lock.yml workflows, matching how GITHUB_WORKSPACE is already forwarded and unblocking agent shell scripts that reference ${RUNNER_TEMP}/gh-aw/....
Changes:
- Forward
RUNNER_TEMP: ${{ runner.temp }}in all engine agent-stepenvmaps (copilot, claude, codex, gemini, antigravity, crush, opencode, pi). - Add a unit test assertion that Copilot engine step content includes
RUNNER_TEMP. - Regenerate golden fixtures and compiled
*.lock.ymlworkflow outputs to reflect the new env var.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/pi_engine.go | Forward RUNNER_TEMP into Pi agent step env. |
| pkg/workflow/opencode_engine.go | Forward RUNNER_TEMP into OpenCode agent step env. |
| pkg/workflow/gemini_engine.go | Forward RUNNER_TEMP into Gemini agent step env. |
| pkg/workflow/crush_engine.go | Forward RUNNER_TEMP into Crush agent step env. |
| pkg/workflow/copilot_engine_execution.go | Forward RUNNER_TEMP into Copilot agent step env. |
| pkg/workflow/codex_engine.go | Forward RUNNER_TEMP into Codex agent step env. |
| pkg/workflow/claude_engine.go | Forward RUNNER_TEMP into Claude agent step env. |
| pkg/workflow/antigravity_engine.go | Forward RUNNER_TEMP into Antigravity agent step env. |
| pkg/workflow/copilot_engine_test.go | Assert RUNNER_TEMP appears in generated Copilot step content. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/gemini.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden | Regenerated golden output to include RUNNER_TEMP in env. |
| .github/workflows/workflow-skill-extractor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/workflow-normalizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/workflow-health-manager.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/workflow-generator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/weekly-safe-outputs-spec-review.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/weekly-issue-summary.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/weekly-editors-health-check.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/weekly-blog-post-writer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/visual-regression-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/video-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/update-astro.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/unbloat-docs.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/uk-ai-operational-resilience.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ubuntu-image-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/typist.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/tidy.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/test-workflow.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/test-quality-sentinel.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/test-project-url-default.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/test-dispatcher.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/test-create-pr-error-handling.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/terminal-stylist.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/technical-doc-writer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/super-linter.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/sub-issue-closer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/step-name-alignment.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/static-analysis-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/stale-repo-identifier.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/stale-pr-cleanup.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/spec-librarian.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/spec-extractor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/spec-enforcer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-workflow-call.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-workflow-call-with-inputs.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-update-cross-repo-pr.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-test-tools.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-temporary-id.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-service-ports.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-project.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-pi.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-otel-backends.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-opencode.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-multi-pr.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-gemini.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-crush.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-create-cross-repo-pr.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-copilot-arm.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-codex.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-claude.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-ci.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-call-workflow.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-antigravity.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-agent-scoped-approved.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-agent-public-none.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-agent-public-approved.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-agent-all-none.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/smoke-agent-all-merged.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/slide-deck-maintainer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/sergo.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/semantic-function-refactor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/security-review.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/security-compliance.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/scout.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/schema-feature-coverage.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/schema-consistency-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/safe-output-health.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/research.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/repository-quality-improver.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/repo-tree-map.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/repo-audit-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/release.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/refiner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/refactoring-cadence.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/q.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/python-data-charts.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/prompt-clustering-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pr-triage-agent.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pr-sous-chef.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pr-nitpick-reviewer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pr-description-caveman.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pr-code-quality-reviewer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/poem-bot.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/plan.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/pdf-summary.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/outcome-collector.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/otlp-data-quality-validator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/org-health-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/notion-issue-summary.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/necromancer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/metrics-collector.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/mergefest.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/mcp-inspector.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/mattpocock-skills-reviewer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/lockfile-stats.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/linter-miner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/lint-monster.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/layout-spec-maintainer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/jsweep.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/issue-triage-agent.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/issue-monster.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/issue-arborist.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/instructions-janitor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/hourly-ci-cleaner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/hippo-embed.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/grumpy-reviewer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/gpclean.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/go-pattern-detector.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/go-logger.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/go-fan.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/glossary-maintainer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/github-remote-mcp-auth-test.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/github-mcp-tools-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/github-mcp-structural-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/functional-pragmatist.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/firewall.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/firewall-escape.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/example-workflow-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/example-permissions-warning.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/duplicate-code-detector.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/draft-pr-cleanup.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/docs-noob-tester.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/discussion-task-miner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dictation-prompt.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/developer-docs-consolidator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dev.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dev-hawk.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/design-decision-gate.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/deployment-incident-monitor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dependabot-worker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dependabot-repair.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dependabot-go-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dependabot-campaign.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dependabot-burner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/delight.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/deep-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dead-code-remover.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/dataflow-pr-discussion-dataset.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-workflow-updater.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-token-consumption-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-testify-uber-super-expert.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-team-status.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-team-evolution-insights.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-syntax-error-quality.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-subagent-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-spdd-spec-planner.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-skill-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-sentrux-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-semgrep-scan.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-security-red-team.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-security-observability.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-secrets-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-safe-outputs-conformance.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-safe-output-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-safe-output-integrator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-repo-chronicle.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-rendering-scripts-verifier.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-reliability-review.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-regulatory.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-performance-summary.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-otel-instrumentation-advisor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-observability-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-news.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-multi-device-docs-tester.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-model-inventory.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-mcp-concurrency-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-malicious-code-scan.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-issues-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-hippo-learn.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-grafana-otel-instrumentation-advisor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-geo-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-function-namer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-firewall-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-file-diet.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-fact.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-experiment-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-doc-updater.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-doc-healer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-compiler-threat-spec-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-compiler-quality.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-community-attribution.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-code-metrics.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-cli-tools-tester.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-cli-performance.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-choice-test.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-caveman-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-cache-strategy-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-byok-ollama-test.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-aw-cross-repo-compile-check.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-astrostylelite-markdown-spellcheck.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-assign-issue-to-user.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-architecture-diagram.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-agentrx-trace-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/daily-agent-of-the-day-blog-writer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/craft.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-session-insights.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-pr-prompt-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-pr-nlp-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-pr-merged-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-opt.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-cli-deep-research.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/copilot-agent-analysis.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/contribution-check.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/constraint-solving-potd.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/commit-changes-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/codex-github-remote-mcp-test.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/code-simplifier.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/code-scanning-fixer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/cloclo.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/cli-version-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/cli-consistency-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/claude-code-user-docs-review.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ci-doctor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ci-coach.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/chaos-pr-bundle-fuzzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/changeset.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/breaking-change-checker.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/brave.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/bot-detection.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/blog-auditor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/aw-failure-investigator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/avenger.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/auto-triage-issues.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/audit-workflows.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/artifacts-summary.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/architecture-guardian.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/archie.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/approach-validator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/api-consumption-report.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ai-moderator.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/agentic-token-optimizer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/agentic-token-audit.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/agent-persona-explorer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/agent-performance-analyzer.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ace-editor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
| .github/workflows/ab-testing-advisor.lock.yml | Regenerated compiled workflow with RUNNER_TEMP forwarded to agent env. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 254/254 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RUNNER_TEMPis used extensively in agent step shell scripts (e.g.${RUNNER_TEMP}/gh-aw/actions/...) but was never explicitly declared in the step'senv:block, unlikeGITHUB_WORKSPACEwhich is already explicitly forwarded.Changes
copilot,claude,codex,gemini,antigravity,crush,opencode,pi): addRUNNER_TEMP: ${{ runner.temp }}to the agent stepenv:map alongside the existingGITHUB_WORKSPACEentryRUNNER_TEMPis present in copilot engine step contentResult in compiled lock.yml: