fix: set CLAUDE_CODE_DISABLE_FAST_MODE=1 to prevent mid-session crash in Claude engine#30255
Merged
fix: set CLAUDE_CODE_DISABLE_FAST_MODE=1 to prevent mid-session crash in Claude engine#30255
Conversation
…fast mode crash Claude Code CLI 2.1.120+ introduced "fast mode" which tries to use a faster model variant during non-interactive sessions. When running in Agent SDK contexts (--print + --output-format stream-json), Claude Code attempts to enable fast mode but fails because the server-side flagSettings.fastMode feature flag is not available, causing: "Fast mode unavailable: Fast mode is not available in the Agent SDK" This error crashes the agent mid-session and caused 4+ Claude-engine workflows to consistently fail. Setting CLAUDE_CODE_DISABLE_FAST_MODE=1 prevents the fast mode feature from being attempted entirely, using the documented env var supported by the Claude Code CLI binary. Recompiled all 60 Claude engine workflow lock files to propagate the fix. Agent-Logs-Url: https://github.com/github/gh-aw/sessions/a1643f86-2b6d-4a4a-b9b2-a530a3b7ab63 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix claude engine 'Fast mode unavailable' crash in workflows
fix: set CLAUDE_CODE_DISABLE_FAST_MODE=1 to prevent mid-session crash in Claude engine
May 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a Claude runtime env override to stop Agent SDK sessions from attempting unsupported fast mode, then regenerates affected Claude workflow lockfiles so the fix is emitted into compiled workflows.
Changes:
- Adds
CLAUDE_CODE_DISABLE_FAST_MODE=1to the Claude engine execution environment inpkg/workflow/claude_engine.go. - Recompiles Claude-based
*.lock.ymlworkflows so generated agent/detection steps inherit the new env var. - Updates a broad set of daily, smoke, analysis, and reporting workflows that run on the Claude engine.
Show a summary per file
| File | Description |
|---|---|
pkg/workflow/claude_engine.go |
Adds the Claude fast-mode opt-out to generated execution-step env. |
.github/workflows/unbloat-docs.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/typist.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/test-create-pr-error-handling.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/step-name-alignment.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/static-analysis-report.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/spec-enforcer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-claude.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-agent-scoped-approved.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-agent-public-none.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-agent-public-approved.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-agent-all-none.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/smoke-agent-all-merged.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/sergo.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/semantic-function-refactor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/scout.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/schema-consistency-checker.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/safe-output-health.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/prompt-clustering-analysis.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/lockfile-stats.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/instructions-janitor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/hourly-ci-cleaner.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/go-pattern-detector.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/go-logger.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/go-fan.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/github-mcp-tools-report.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/github-mcp-structural-analysis.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/example-workflow-analyzer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/developer-docs-consolidator.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/design-decision-gate.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/deep-report.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-token-consumption-report.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-team-evolution-insights.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-subagent-optimizer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-security-red-team.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-safe-outputs-conformance.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-safe-output-optimizer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-rendering-scripts-verifier.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-otel-instrumentation-advisor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-multi-device-docs-tester.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-grafana-otel-instrumentation-advisor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-function-namer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-doc-updater.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-doc-healer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-code-metrics.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-choice-test.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-caveman-optimizer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-aw-cross-repo-compile-check.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/daily-astrostylelite-markdown-spellcheck.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/copilot-session-insights.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/copilot-agent-analysis.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/commit-changes-analyzer.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/cloclo.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/cli-version-checker.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/claude-code-user-docs-review.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/ci-doctor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/blog-auditor.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/aw-failure-investigator.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/audit-workflows.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/approach-validator.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
.github/workflows/api-consumption-report.lock.yml |
Propagates the new Claude env var into generated workflow steps. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 61/61 changed files
- Comments generated: 1
| // Claude Code 2.1.120+ attempts to enable fast mode and fails with | ||
| // "Fast mode unavailable: Fast mode is not available in the Agent SDK", | ||
| // which crashes the agent mid-session on every API call. | ||
| "CLAUDE_CODE_DISABLE_FAST_MODE": "1", |
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.
Claude Code 2.1.120+ automatically attempts to enable "fast mode" in non-interactive Agent SDK sessions. The server-side
flagSettings.fastModefeature flag is not available in this context, so every session crashes mid-run with:This caused 4+ Claude-engine workflows (GitHub MCP Structural Analysis, Multi-Device Docs Tester, Schema Consistency Checker, Design Decision Gate) to consistently fail.
Changes
pkg/workflow/claude_engine.go: AddsCLAUDE_CODE_DISABLE_FAST_MODE: "1"to the Claude execution environment. This is the CLI's own documented opt-out mechanism — it gates thefastModefield on API requests behind!EH(process.env.CLAUDE_CODE_DISABLE_FAST_MODE), so setting it prevents the feature from being attempted entirely.60
*.lock.ymlfiles: Recompiled to propagate the new env var to all Claude-engine workflow definitions.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
code.claude.com/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)https://api.github.com/graphql/usr/bin/gh gh repo view --json owner,name --jq .owner.login + "/" + .name 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw til 64/bin/go ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw GOWORK 64/bin/go ache/go/1.25.8/x64/pkg/tool/linutest@example.com -o 262430825/001 -trimpath .cfg -p crypto/internal/-1 -lang=go1.25 ache/go/1.25.8/x64/pkg/tool/linuTest User(http block)https://api.github.com/orgs/test-owner/actions/secrets/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD t0_js_wasm.s x_amd64/vet(http block)/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name graphql -f /usr/bin/git -f iles,SysoFiles,C-c -f git -C ithub/workflows config bject.type] | @tsv remote.origin.urgit t-patch-utils-87config tions/setup/js/nuser.email gh(http block)https://api.github.com/repos/actions/ai-inference/git/ref/tags/v1/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet sv -bool -buildtags ache/go/1.25.8/x--show-toplevel git rev-�� --show-toplevel ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url /usr/bin/git /tmp/gh-aw-test-gh remote ache/go/1.25.8/x/repos/actions/github-script/git/ref/tags/v9 git(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 e/git sv /tmp/go-build256git -trimpath /home/REDACTED/.ca--show-toplevel git rev-�� --show-toplevel bash /usr/bin/git licyMinIntegritygh -goversion /usr/bin/git git(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v3/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 origin(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 Test User sv ithub/workflows rev-parse x_amd64/vet git rev-�� /ref/tags/v9 x_amd64/vet sv _.a go 64/pkg/tool/linu--show-toplevel git(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v5/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv 0816-34896/test-4289002478 /tmp/go-build1745928188/b068/vet.cfg 1/x64/bin/node go1.25.8 -c=4 -nolocalimports /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linuremote.origin.url -has�� ithub/workflows/ab-testing-advisor.md faultBranchFromLsRemoteWithRealGitbranch_with_hyphen1749884302/002/work 1/x64/bin/node -json GO111MODULE 64/bin/go 1/x64/bin/node(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 5928188/b450/importcfg bject.type] | @tsv k/gh-aw/gh-aw/pkgit k/gh-aw/gh-aw/pkrev-parse /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel x_amd64/compile /opt/hostedtoolcache/go/1.25.8/x--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel gh /usr/bin/git /repos/actions/ggit --jq /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel /opt/hostedtoolcrev-parse /usr/bin/git git(http block)https://api.github.com/repos/actions/checkout/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv user.name Test User "warnings":[]}] -json GO111MODULE x_amd64/asm /usr/lib/git-core/git main�� 4005910367 --auto /opt/hostedtoolcache/node/24.14.1/x64/bin/node --detach GO111MODULE x_amd64/compile node(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv xterm-color x_amd64/compile /usr/bin/git yphen1749884302/git yphen1749884302/rev-parse x_amd64/compile git -C /tmp/compile-all-instructions-test-3406555312/.gremote.origin.url(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 config sv remote.origin.urgit -c=4 -nolocalimports git remo�� -pack /tmp/go-build1745928188/b448/_testmain.go /usr/bin/git Gitmaster_branchgit Gitmaster_branchrev-parse x_amd64/vet git(http block)https://api.github.com/repos/actions/download-artifact/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv test-CyopnW/text-output.go main $name) { hasDiscussionsEnabled } } --require /home/REDACTED/wor-C bin/git git ler-�� ithub/workflows false in/python3 --require ff530cb8..b9e665api 1/x64/lib/node_m/repos/docker/setup-buildx-action/git/ref/tags/v4 /opt/hostedtoolc--jq(http block)/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv test-CyopnW/text-output.go main r: $owner, name: $name) { hasDiscussionsEnabled } } --require /home/REDACTED/wor-C /git git ler-�� commit.gpgsign false r: $owner, name: $name) { hasDiscussionsEnabled } } --require ff530cb8..b9e665-C ode-gyp-bin/pyth/home/REDACTED/work/gh-aw/gh-aw/.github/workflows /opt/hostedtoolcconfig(http block)/usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows --jq me: String!) { repository(owner: $owner, name:-f l ings.cjs modules/@npmcli//home/REDACTED/work/gh-aw/gh-aw/.github/workflows /usr/bin/gh api /ref/tags/v9 -f sv -f owner=github -f /usr/bin/gh(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v8/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 node sv /home/REDACTED/worgit x_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv xterm-color git /usr/bin/git 8158/001/workflogit gh sv git rev-�� --show-toplevel docker /usr/bin/git 2" 1>&2 /usr/bin/gh rue,"errors":[],--show-toplevel git(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json .go x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE HUKqeVo/GHFx3l6e/tmp/go-build1745928188/b211/vet.cfg env -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)https://api.github.com/repos/actions/github-script/git/ref/tags/v9.0.0/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json cii.go x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/vet GOINSECURE xcontext GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet sm); \ wasm-optgit GOMOD GOMODCACHE x_amd64/vet(http block)https://api.github.com/repos/actions/setup-go/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/gh /tmp/go-build174infocmp -importcfg 5928188/b330/vetxterm-color gh api /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git FieldEnforcementgit =master 5928188/b420/vet--show-toplevel git(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel 759831/b082/importcfg /usr/bin/gh Onlymin-integritgh config 1/x64/bin/node gh api /repos/actions/github-script/git/ref/tags/v9 --jq /usr/bin/git -x c /opt/hostedtoolc--show-toplevel git(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /home/REDACTED/work/gh-aw/gh-aw/.github/workflows/approach-validator.md x_amd64/vet /usr/bin/git srGAvW3Tc 4/apic.go x_amd64/vet git push�� -u origin(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv xterm-color ache/go/1.25.8/x--jq /usr/bin/infocmp /ref/tags/v9.0.0infocmp -buildtags sv infocmp -1 xterm-color ocNu6uh6Xsdg3/R3iUEqf5PFeb3NCkL0nF/2rw-RdHCw_apH02zfbN4/uSkbk2Boconfig(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel x_amd64/compile /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --get remote.origin.ur-O3 /usr/bin/git git(http block)https://api.github.com/repos/actions/setup-node/git/ref/tags/v6/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv --show-toplevel -tests "warnings":[]}] -json GO111MODULE x_amd64/asm /bin/sh -c 4005910367 git-upload-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitcustom_branch3814133224/001' 5928188/b456/vet.cfg -json color.go x_amd64/compile git(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260505-020816-34896/test-1224244697/.github/workflows(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /tmp/gh-aw-test-runs/20260505-020816-34896/test-4048964113 l /usr/bin/git iant-2417281675/git GO111MODULE x_amd64/vet git conf�� --get remote.origin.url /usr/bin/git g_.a GO111MODULE x_amd64/vet git(http block)https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v4/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv 0816-34896/test-4005910367 -tests /usr/bin/git -json @v1.19.2/parser/rev-parse x_amd64/vet git -C /tmp/shared-actions-test1253840207 remote 5928188/b404/cli.test g_.a GO111MODULE x_amd64/vet 5928188/b404/cli.test(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ithub/workflows show yml git rev-�� --show-toplevel infocmp /usr/bin/infocmp ithub/workflows oFiles,IgnoredOtrev-parse /usr/bin/gh infocmp(http block)https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv HEAD ode_modules/vite--conditions _modules/.bin/godevelopment 6425042cfeff04b9/usr/bin/git --stdout 1/x64/bin/node ode_modules/vitest/dist/workers//home/REDACTED/work/gh-aw/gh-aw/actions/setup/js/node_modules/viteowner=github init�� -q 1/x64/bin/node _modules/.bin/python3 --is-ancestor tions/setup/js/n-C 1/x64/bin/node git(http block)/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv . ode_modules/vitest/dist/workers/forks.js bin/git ode_modules/.bin/usr/bin/gh git 1/x64/bin/node git init�� -q VmAG/.diffsize.towner=github nfig/composer/ve-f --is-ancestor tions/setup/js/n-1 1/x64/bin/node git(http block)/usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 -10 sv /repos/actions/ggh --jq /usr/bin/git gh api /repos/actions/github-script/git/ref/tags/v9 --jq(http block)https://api.github.com/repos/aws-actions/configure-aws-credentials/git/ref/tags/v4/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linu4 /usr/bin/git -bool(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPosed config clusion,workflowName,createdAt,s--show-toplevel git rev-�� /ref/tags/v9 git sv --show-toplevel x_amd64/link me: String!) { --show-toplevel infocmp(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/git /tmp/TestHashCongit infocmp /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git ithub-script/gitgh remote bject.type] | @tstatus git(http block)https://api.github.com/repos/azure/login/git/ref/tags/v2/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git /tmp/TestGuardPogit remote /opt/hostedtoolc--oneline git rev-�� /ref/tags/v9 /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/compile sv /tmp/go-build174git -trimpath /usr/bin/git gh(http block)/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel /usr/bin/git /usr/bin/git ithub-script/gitgit ^remote\..*\.gh-rev-parse bject.type] | @t--show-toplevel git rev-�� --show-toplevel git /usr/bin/gh ons-test15802443infocmp rev-parse ow-without-reactxterm-color gh(http block)https://api.github.com/repos/docker/login-action/git/ref/tags/v3/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/git /tmp/TestGuardPogit rev-parse /usr/bin/infocmpHEAD git rev-�� --show-toplevel infocmp /usr/bin/git xterm-color x_amd64/vet /usr/bin/git git(http block)/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv ithub-script/git/ref/tags/v9 infocmp bject.type] | @tsv xterm-color git /opt/hostedtoolc--show-toplevel git rev-�� --show-toplevel node /usr/bin/infocmp ons-test15802443infocmp git /usr/bin/git infocmp(http block)https://api.github.com/repos/docker/metadata-action/git/ref/tags/v6/usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv st-UqdMb6/test-c-f Test r: $owner, name:-f / git 82 64/pkg/tool/linux_amd64/compile bran�� test-CyopnW/text-output.go main r.lock.yml p/bin/git git k/_temp/uv-pytho/repos/actions/github-script/git/ref/tags/v9 git(http block)/usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv st-UqdMb6/test-config.json Test r: $owner, name: $name) { hasDiscussionsEnabled } } / git 82 64/pkg/tool/linuconfig bran�� test-CyopnW/textremote.origin.url main ache/go/1.25.8/x64/bin/python3 --require /home/REDACTED/wor-C ode-gyp-bin/go git(http block)/usr/bin/gh gh api /repos/docker/metadata-action/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows git /usr/bin/infocmp l main rgo/bin/git infocmp -1 ithub-script/git/ref/tags/v9 git bject.type] | @tsv --binary --output=/tmp/gi-C 64/bin/git git(http block)https://api.github.com/repos/docker/setup-buildx-action/git/ref/tags/v4/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv st-UqdMb6/test-config.json Test k/gh-aw/node_modules/.bin/go / git 82 git bran�� (Go string API path)..." main k/_temp/uv-python-dir/python3 86_64/git git 86_64/git git(http block)/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv user.name Test 64/pkg/tool/linux_amd64/vet hacked git 82 64/pkg/tool/linu-f bran�� test-CyopnW/text-f main 3 --require /home/REDACTED/wor-C ache/go/1.25.8/x/home/REDACTED/work/gh-aw/gh-aw git(http block)/usr/bin/gh gh api /repos/docker/setup-buildx-action/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --require /home/REDACTED/work/gh-aw/gh-aw/actions/setup/js/node_modules/vitest/suppress-warnings.cjs /usr/bin/git node --conditions development /usr/bin/git conf�� --get-regexp ^remote\..*\.gh-resolved$ escape.lock.yml --binary --output=/tmp/gi-C k/_temp/uv-pytho/home/REDACTED/work/gh-aw/gh-aw gh(http block)https://api.github.com/repos/github/gh-aw/usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch --require /home/REDACTED/worowner=github(http block)/usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch k/gh-aw/gh-aw/.gremote.origin.url --jq /usr/bin/gh l st/suppress-warn-C rgo/bin/git gh api ithub/workflows --jq repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } l t-patch-utils-pZ-C cal/bin/git git(http block)/usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch --show-toplevel infocmp /usr/bin/git e124fcd3..HEAD git /usr/bin/gh git rev-�� --show-toplevel gh r: $owner, name: $name) { hasDiscussionsEnabled } } ithub-script/gitgit --jq bject.type] | @t/home/REDACTED/work/gh-aw/gh-aw gh(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.1.2/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git 859322155 /tmp/go-build174api eutil.test git rev-�� --show-toplevel eutil.test /usr/bin/git ithub-script/gitinfocmp /tmp/go-build174-1(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git ithub/workflows/infocmp rev-parse ache/go/1.25.8/xxterm-color git rev-�� --show-toplevel ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url /usr/bin/git 1247-59552/test-infocmp -f e/git git(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel x_amd64/vet /opt/hostedtoolcache/node/24.14.1/x64/bin/node g_.a GO111MODULE x_amd64/vet /opt/hostedtoolcache/node/24.14.1/x64/bin/node /tmp�� REDACTED.os x_amd64/vet /usr/bin/git ub/workflows xCmVfTE68 x_amd64/vet git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv xterm-color git om/myorg/repo.git ithub/workflows oFiles,IgnoredOtrev-parse /usr/bin/gh git rev-�� --show-toplevel(http block)https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv --show-toplevel x_amd64/vet /opt/hostedtoolcache/node/24.14.1/x64/bin/node g_.a GO111MODULE nch,headSha,disp--show-toplevel /opt/hostedtoolcache/node/24.14.1/x64/bin/node /tmp�� inputs.version x_amd64/vet /usr/bin/git g_.a GO111MODULE x_amd64/link git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv 216644077/001 infocmp /usr/bin/git xterm-color e/git x_amd64/cgo git conf�� user.name Test User /usr/bin/git Gitmaster_branchgit Gitmaster_branchrev-parse kflows/auto-tria--show-toplevel git(http block)https://api.github.com/repos/github/gh-aw/actions/runs/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-28 GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url ortc�� LsRemoteWithRealGitcustom_branch3814133224/001' LsRemoteWithRealGitcustom_branch3814133224/001' 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-04-05 GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url ortc�� mLsRemoteWithRealGitcustom_branch3814133224/001' mLsRemoteWithRealGitcustom_branch3814133224/001' 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD 0588156/b013/sym--show-current 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --limit 100 --created >=2026-02-04 0588156/b012/ GOMODCACHE 64/pkg/tool/linuTest User ortc�� 0588156/b139/_pkg_.a .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD 0588156/b012/symrun 64/pkg/tool/linu--auto(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name k-ff/hcoMcb4nJlDk1Ubnk-ff ache/go/1.25.8/x64/pkg/tool/linu-nilfunc GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linu-tests(http block)/usr/bin/gh gh run download 1 --dir test-logs/run-1 h5RJ/fhSiz4P0ozPJ9_2Hh5RJ x_amd64/compile GOINSECURE t/message/catalorev-parse GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name show /usr/bin/git ithub-script/gitgit /home/REDACTED/worrev-parse me: String!) { --show-toplevel git -C /home/REDACTED/work/gh-aw/gh-aw/.github/workflows config /home/REDACTED/work/_temp/uv-python-dir/node remote.origin.urgh s,MFiles,HFiles,api sv node(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12345/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name wDwi/8TvZlM4P0nfuVfRvwDwi 64/pkg/tool/linux_amd64/link GOINSECURE fips140/ecdsa GOMODCACHE 64/pkg/tool/linux_amd64/link conf�� 177/001/stability-test.md flge/CEDVAjFSK2LRG6vPflge ortcfg.link GOSUMDB GOWORK 64/bin/go 3JL8ddMPoqaiAM618n/W7nDXlF-2wrJGrRo2mzy/Er_eZaAbrev-parse(http block)/usr/bin/gh gh run download 12345 --dir test-logs/run-12345 taK6/ikh7gQ1RReQdq87ptaK6 .cfg GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuremote(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name config .cfg remote.origin.urgh XjpGayS0pfe6 /usr/bin/git git -C 1247-59552/test-1858006387/.github/workflows show ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /ref/tags/v9 git sv ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/actions/runs/1234567890/usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api repos/{owner}/{repo}/actions/runs/1234567890 --jq {databaseId: .id, number: .run_number, url: .html_url, status: .status, conclusion: .conclusion, workflowName: .name, workflowPath: .path, createdAt: .created_at, startedAt: .run_started_at, updatedAt: .updated_at, event: .event, headBranch: .head_branch, k/gh-aw/gh-aw/.github/workflows 1/x64/bin/node tor.lock.yml l ode_modules/vite-V=full $name) { hasDiscussionsEnabl/home/REDACTED/work/gh-aw/gh-aw/.github/workflows git -C ithub/workflows rev-parse bject.type] | @tsv lex.go /bin/sh es/.bin/git infocmp(http block)https://api.github.com/repos/github/gh-aw/actions/runs/12346/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name 7LFx/9x5EhNlMwHDxpQFH7LFx .cfg GOINSECURE g/x/net/idna GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile -c 5928188/b394/_pkg_.a zLU2/r48K25Cv2sXeJpt1zLU2 x_amd64/vet -n1 b/gh-aw/pkg/actiinit --end-of-options x_amd64/vet(http block)/usr/bin/gh gh run download 12346 --dir test-logs/run-12346 oYmy/n_pwg_VDfKQLamLkoYmy 64/pkg/tool/linux_amd64/vet GOINSECURE g/x/net/http/htt-1 GOMODCACHE 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name rev-parse .cfg ithub/workflows git repository(owner: $owner, name:--show-toplevel echo "��� Action pins synced successfully"; \ else \ echo "��� -C /ref/tags/v9 config sv remote.origin.urgit git(http block)https://api.github.com/repos/github/gh-aw/actions/runs/2/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name .cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE b/gh-aw/pkg/actirun GOMODCACHE ache/go/1.25.8/x--json(http block)/usr/bin/gh gh run download 2 --dir test-logs/run-2 .cfg ache/go/1.25.8/x64/pkg/tool/linu-nilfunc GOINSECURE ce GOMODCACHE ache/go/1.25.8/xTest User -o 177/001/stability-test.md tlUh/9pw3AB5m6U_Ak5qHtlUh ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p internal/runtimerev-parse -lang=go1.25 ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name rev-parse /usr/bin/git --require s,MFiles,HFiles,config /usr/bin/gh git -C /home/REDACTED/work/gh-aw/gh-aw show 1/x64/bin/node k/gh-aw/gh-aw/.ggit --jq /usr/bin/git 1/x64/bin/node(http block)https://api.github.com/repos/github/gh-aw/actions/runs/3/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name fWCy/na03iXLzDBM34i--fWCy 64/pkg/tool/linux_amd64/vet GOINSECURE b/gh-aw/pkg/semvconfig GOMODCACHE 64/pkg/tool/linu^remote\..*\.gh-resolved$ estl�� se 5928188/b060/vet.cfg .cfg -I /tmp/go-build379remote -I ache/go/1.25.8/xorigin(http block)/usr/bin/gh gh run download 3 --dir test-logs/run-3 BHdz/-6z_QJDvZKLbBouUBHdz x_amd64/vet GOINSECURE osh-tekuri/jsonsrev-parse GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name show /usr/bin/git k/gh-aw/gh-aw/.ggit /home/REDACTED/worrev-parse repository(owne--show-toplevel git -C 1247-59552/test-835449570/.githuremote.origin.url l-output-1777946888767-g88b4g.txt /home/REDACTED/go/bin/node remote.origin.urinfocmp git er: String!, $naxterm-color node(http block)https://api.github.com/repos/github/gh-aw/actions/runs/4/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name jfLv/0caWgwAWMGdke8fejfLv x_amd64/vet GOINSECURE t/internal/langu-1 GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh run download 4 --dir test-logs/run-4 GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD 0588156/b133/sym--show-toplevel ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p 3155920265/.github/workflows 0588156/b133/importcfg sv -I /tmp/go-build379-atomic -I ache/go/1.25.8/x-buildtags(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name config /usr/bin/git remote.origin.urgit /home/REDACTED/worremote ml git -C 1247-59552/test-835449570/.github/workflows rev-parse /home/REDACTED/.local/bin/node ithub/workflows git ock.yml node(http block)https://api.github.com/repos/github/gh-aw/actions/runs/5/artifacts/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name zBGz/yhMlvprrXT_DfcRFzBGz ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linurev-parse(http block)/usr/bin/gh gh run download 5 --dir test-logs/run-5 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet 0588�� 3155920265 pkg/mod/github.com/goccy/go-yaml@v1.19.2/ast/ast.go .cfg -I /tmp/go-build379rev-parse -I ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name efaultBranchFromLsRemoteWithRealGitmain_branch2958104669/001' k/_temp/uv-python-dir/bash /ref/tags/v9 /home/REDACTED/worrev-parse sv git -C 1247-59552/test-835449570/.github/workflows show 1/x64/bin/node /repos/actions/ggit --jq n-task-miner.loc--show-toplevel 1/x64/bin/node(http block)https://api.github.com/repos/github/gh-aw/actions/workflows/usr/bin/gh gh workflow list --json name,state,path -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/vet GOINSECURE json GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 100 /tmp/go-build1745928188/b457/importcfg -pack /tmp/go-build1745928188/b457/_testmain.go phen�� g_.a 5.0/deviceauth.ggithub.com/github/gh-aw/pkg/sliceutil x_amd64/vet GOINSECURE(http block)/usr/bin/gh gh run list --json databaseId,number,url,status,conclusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --workflow nonexistent-workflow-12345 --limit 6 GOMOD GOMODCACHE ache/go/1.25.8/xmyorg(http block)https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md/tmp/go-build1745928188/b404/cli.test /tmp/go-build1745928188/b404/cli.test -test.testlogfile=/tmp/go-build1745928188/b404/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/tmp/go-build2361892072/b404/cli.test /tmp/go-build2361892072/b404/cli.test -test.testlogfile=/tmp/go-build2361892072/b404/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true l false 86_64/git git -C /ref/tags/v9 show or.lock.yml --binary --output=/tmp/gi--norc 64/bin/go docker(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.47.4/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git 2" 1>&2 x_amd64/vet rue,"errors":[],s/^session\.save_path=\(.*;\)\?\(.*\)$/\2/p git rev-�� --show-toplevel git /usr/bin/gh 0816-34896/test-git mTTjLuN/0-dQa1Knrev-parse /usr/bin/git gh(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv se 5928188/b187/vet.cfg tartedAt,updatedAt,event,headBranch,headSha,displayTitle -p io -lang=go1.25 ache/go/1.25.8/x64/pkg/tool/linu/home/REDACTED/work/gh-aw/gh-aw/pkg/typeutil/convert_test.go -o /tmp/go-build3790588156/b203/_pkg_.a -trimpath /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p crypto/internal/api -lang=go1.25 /opt/hostedtoolc--jq(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows show /usr/bin/gh --binary --output=/tmp/girev-parse 1/x64/bin/node gh api ty-test.md --jq sue-summary.lock.yml commit.gpgsign tions/setup/js/n-C in/go git(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v1.2.3/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv 3417183116 @v1.1.3/cpu/x86/x86.go x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env g_.a GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv ithub/workflows rev-parse /usr/bin/git user.email test@example.comrev-parse es/.bin/go git -C k/gh-aw/gh-aw/.github/workflows rev-parse x_amd64/vet l --output=/tmp/giapi docker-buildx x_amd64/vet(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v2.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv g_.a @v1.1.3/keyset/keyset.go x_amd64/vet GOINSECURE s GOMODCACHE aWTPZmVH_ghz env ub/workflows GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linu-trimpath(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env ub/workflows GO111MODULE x_amd64/vet GOINSECURE .o 64/src/runtime/a/tmp/gh-aw-test-runs/20260505-020816-34896/test-4289002478 x_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v2.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env g_.a GO111MODULE x_amd64/link GOINSECURE 5519/field 64/src/runtime/memmove_wasm.s x_amd64/link(http block)https://api.github.com/repos/github/gh-aw/git/ref/tags/v3.0.0/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv g_.a oding@v0.5.4/asc-c=4 x_amd64/vet GOINSECURE l/unsafebytes GOMODCACHE x_amd64/vet env ub/workflows GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE on GOMODCACHE 64/pkg/tool/linu-test.v=true(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv ithub/workflows ache/node/24.14.-f /usr/bin/gh user.email .go ache/go/1.25.8/x/tmp/TestGuardPolicyMinIntegrityOnlymin-integrity_with_repos_array_c3860610762/001 /usr/bin/gh api ub/workflows -f x_amd64/vet -f owner=github -f x_amd64/vet(http block)https://api.github.com/repos/google-github-actions/auth/git/ref/tags/v2/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel ache/node/24.14.1/x64/bin/node /usr/bin/git /tmp/TestHashCon/usr/lib/git-core/git x_amd64/compile /opt/hostedtoolcrun git rev-�� --show-toplevel node /usr/bin/infocmp mpleWorkflow7141gh x_amd64/vet om/org1/repo.git/repos/actions/github-script/git/ref/tags/v9 infocmp(http block)/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/link /usr/bin/git /tmp/go-build236git -importcfg /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git /tmp/TestGuardPogit remote /usr/bin/infocmp--show-toplevel git(http block)https://api.github.com/repos/nonexistent/action/git/ref/tags/v999.999.999/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv se 5928188/b087/vet.cfg ache/go/1.25.8/x64/pkg/tool/linu-nolocalimports -I /tmp/go-build379rev-parse -I ache/go/1.25.8/x64/pkg/tool/linu/tmp/go-build1745928188/b467/_testmain.go -o 0816-34896/test-4258954695/.github/workflows -trimpath /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p compress/gzip -lang=go1.25 /opt/hostedtoolcache/go/1.25.8/xremote.origin.url(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv k/gh-aw/gh-aw/.github/workflows -f x_amd64/compile ock.json pkg/worgh owner=github -f x_amd64/compile er_b�� ithub/workflows config kflows/audit-workflows.lock.yml remote.origin.urgit tions/setup/js/n-C k/gh-aw/gh-aw/ac/tmp/compile-instructions-test-1929947231/.github/workflows git(http block)https://api.github.com/repos/nonexistent/repo/actions/runs/12345/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -p 4048964113/.github/workflows -trimpath .cfg -I /tmp/go-build379rev-parse -I ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion k/gh-aw/gh-aw --jq t-incident-monit--show-toplevel ache/go/1.25.8/x64/pkg/tool/linuTest commit -C RequiresMinIntegrity2348737032/001 rev-parse /opt/hostedtoolcache/go/1.25.8/x64/bin/go ithub/workflows forks.js kflows/daily-mal--show-toplevel go(http block)https://api.github.com/repos/owner/repo/actions/workflows/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh workflow list --repo owner/repo --json name,path,state .cfg -I util -I ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo /usr/bin/gh l owner=github -f /usr/bin/gh api ithub/workflows -f /usr/bin/git -f owner=github -f git(http block)https://api.github.com/repos/test-owner/test-repo/actions/secrets/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD emmove_wasm.s x_amd64/vet(http block)/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name k/gh-aw/gh-aw 1/x64/bin/node 8742f3bc2a2b8f1c-d user.name tions/setup/js/n.github/aw/actions-lock.json DiscussionsEnablpkg/workflow/data/action_pins.json infocmp -1 k/gh-aw/gh-aw/.github/workflows tions/setup/js/nrev-parse k.yml l t-patch-utils-87rev-parse ache/uv/0.11.8/x--show-toplevel infocmp(http block)https://api.github.com/repos/test/repo/usr/bin/gh gh api /repos/test/repo --jq .default_branch 4048964113/.github/workflows 5928188/b169/vet.cfg .cfg -p github.com/segmeinit -lang=go1.17 ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/test/repo --jq .default_branch origin master(http block)invalid.example.invalid/usr/lib/git-core/git-remote-https /usr/lib/git-core/git-remote-https origin https://invalid.example.invalid/nonexistent-repo.git e/git init�� ndor/bin/git git ode_modules/.bin/git =receive test@example.com--git-dir=/tmp/bare-incremental-oHUZei /git(dns block)If you need me to access, download, or install something from one of these locations, you can either: