Centralize default HTTP client timeout in pkg/constants and remove duplicated 30s literals#32890
Merged
Merged
Conversation
Closed
5 tasks
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/32376caf-8317-415e-bf9e-2647b45f6e6e Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/32376caf-8317-415e-bf9e-2647b45f6e6e Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/32376caf-8317-415e-bf9e-2647b45f6e6e Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add DefaultHTTPClientTimeout constant in pkg/constants
Centralize default HTTP client timeout in May 17, 2026
pkg/constants and remove duplicated 30s literals
Contributor
There was a problem hiding this comment.
Pull request overview
Centralizes the default 30-second HTTP client timeout in pkg/constants and updates related call sites to use the shared constant.
Changes:
- Added
DefaultHTTPClientTimeout. - Replaced duplicated HTTP client timeout literals in production code.
- Updated tests touching timeout constants and remaining 30-second literals.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/constants.go |
Adds the shared HTTP client timeout constant. |
pkg/constants/constants_test.go |
Extends timeout constant coverage. |
pkg/parser/remote_fetch.go |
Uses the shared timeout for raw URL downloads. |
pkg/cli/agent_download.go |
Uses the shared timeout for agent file downloads. |
pkg/cli/deps_security.go |
Uses the shared timeout for advisory API requests. |
pkg/cli/mcp_registry.go |
Uses the shared timeout for registry HTTP requests. |
pkg/cli/mcp_add_integration_test.go |
Updates integration test timeout reference. |
pkg/cli/logs_rate_limit_test.go |
Adjusts a test duration expression. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 8/8 changed files
- Comments generated: 3
|
|
||
| // Set a timeout for each server addition | ||
| timeout := 30 * time.Second | ||
| timeout := constants.DefaultHTTPClientTimeout |
| // unmarshals the JSON returned by `gh api rate_limit`. | ||
| func TestRateLimitResponseUnmarshal(t *testing.T) { | ||
| now := time.Now().Add(30 * time.Second).Unix() | ||
| now := time.Now().Add(time.Second * 30).Unix() |
| {"DefaultAgenticWorkflowTimeout", DefaultAgenticWorkflowTimeout, 1 * time.Minute, false, 0}, | ||
| {"DefaultToolTimeout", DefaultToolTimeout, 1 * time.Second, false, 0}, | ||
| {"DefaultMCPStartupTimeout", DefaultMCPStartupTimeout, 1 * time.Second, false, 0}, | ||
| {"DefaultHTTPClientTimeout", DefaultHTTPClientTimeout, 1 * time.Second, true, time.Second * 30}, |
This was referenced May 18, 2026
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.
Four production call sites in
pkg/hardcoded30 * time.Secondfor HTTP clients, requiring multi-file edits for any timeout tuning. This change introduces a shared constant and updates those sites to use it, with focused constant coverage.Constants
DefaultHTTPClientTimeoutinpkg/constants/constants.go:const DefaultHTTPClientTimeout = 30 * time.SecondProduction call sites migrated
constants.DefaultHTTPClientTimeoutin:pkg/parser/remote_fetch.gopkg/cli/agent_download.gopkg/cli/mcp_registry.gopkg/cli/deps_security.goCoverage and consistency
pkg/constants/constants_test.goto assert the new constant’s expected value.30 * time.Secondliterals sopkg/no longer contains duplicated30 * time.Secondusage outside the constant definition.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:
https://api.github.com/graphql/usr/bin/gh gh repo view --json owner,name --jq .owner.login + "/" + .name x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh repo view --json owner,name --jq .owner.login + "/" + .name At,event,headBranch,headSha,displayTitle GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh pr list --repo github/gh-aw --state all --author app/github-actions --search created:2026-05-11T23:58:00Z..2026-05-12T00:05:00Z --limit 1 --json number --jq .[0].number GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)https://api.github.com/orgs/owner/actions/secrets/usr/bin/gh gh api /orgs/owner/actions/secrets --jq .secrets[].name 27986126/001' 27986126/001' x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /orgs/owner/actions/secrets --jq .secrets[].name prettier --check 64/bin/go --ignore-path .prettierignore sv go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /orgs/owner/actions/secrets --jq .secrets[].name echo "Code is not formatted. Run 'make fmt' to fix."; \ echo "$unformatted"; \ exit 1; \ fi --jq rgo/bin/git k/gh-aw/gh-aw/.g/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/compile 2971556/b477/imp-o ache/node/24.14./tmp/go-build1342762942/b512/_pkg_.a infocmp -1 json' --ignore-p-p ache/node/24.14.main n-dir/git hub.actor config /usr/bin/gh infocmp(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 k x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name "prettier" --cheGOINSECURE pkg/workflow/safGOMOD 64/bin/go pkg/workflow/safgo pkg/workflow/safenv pkg/workflow/saf-json go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /orgs/test-owner/actions/secrets --jq .secrets[].name stants/constants_test.go /usr/lib/git-cor--package-lock-opkg/workflow/safe_outputs_footer_test.go /usr/bin/gh --pack_header=2,/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/compile -q e/git gh api re --jq git thImports2424204/opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet config ache/node/24.14.-bool 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 09 -buildtags /tmp/go-build2983724607/b499/jsonutil.test -errorsas -ifaceassert -nilfunc /tmp/go-build2983724607/b499/jso--jq -tes�� -test.paniconexit0 -test.v=true /bin/sh -test.timeout=10infocmp -test.run=^Test -test.short=truexterm-color /bin/sh(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv aw/issues/17 GO111MODULE /bin/sh GOINSECURE GOMOD GOMODCACHE /bin/sh -c licyTrustedUsersCompiledOutput399858446/001 GOPROXY ache/node/24.14.1/x64/bin/node url GOWORK 64/bin/go 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 --check sv **/*.ts **/*.json --ignore-path go env runs/20260517-204223-56756/test-1174512869/.gith--detach GOMOD Name,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle url test@example.com-1 bject.type] | @txterm-color 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 eutil.go eutil_test.go 64/pkg/tool/linux_amd64/compile GOSUMDB GOWORK 64/bin/go 64/pkg/tool/linux_amd64/compile GoFi�� g_.a -buildtags 64/pkg/tool/linux_amd64/vet -errorsas s -nilfunc 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv /ref/tags/v9 GO111MODULE sv GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url env 3878303/b070/_pkg_.a GO111MODULE(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv sRemoteWithRealGitbranch_with_hyphen2121766410/001 sRemoteWithRealGitbranch_with_hyphen2121766410/002/work /home/REDACTED/work/gh-aw/node_modules/.bin/node _test.go go sv node /hom�� 4223-56756/test-2985170816/.github/workflows **/*.cjs /home/REDACTED/work/gh-aw/gh-aw/node_modules/.bin/sh **/*.json --ignore-path ../../../.prettiview sh(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 -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuconfig -uns�� -unreachable=falremote.upstream.url /tmp/go-build2983724607/b029/vet.cfg 3724607/b286/vet.cfg GOSUMDB GOWORK 64/bin/go /opt/hostedtoolcache/go/1.25.8/x--json(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv runs/20260517-203505-26956/test-2844156498 -buildtags 1/x64/bin/node -errorsas -ifaceassert -nilfunc 1/x64/bin/node main�� y --auto /usr/bin/git --detach GO111MODULE 64/bin/go git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --get remote.origin.url /usr/bin/docker -json GO111MODULE x_amd64/vet docker pull�� test/concurrent-image:v1.0.0 x_amd64/vet /usr/bin/git -json GO111MODULE x_amd64/vet 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 /a.out GO111MODULE ortcfg.link GOINSECURE Wo5BgTGWuw8u7jDLworkflow GOMODCACHE g_.a e=/t�� Onlymin-integritid,name,path,state /tmp/go-build298--repo(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv g_.a GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile GOINSECURE er GOMODCACHE ache/go/1.25.8/xowner/host-repo -uns�� Onlymin-integrity_with_repos_array_c3185168106/001 /tmp/go-build2983724607/b058/vet.cfg 1/x64/bin/node GOSUMDB b/gh-aw/pkg/cons-1 64/bin/go ortcfg(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -json GoFiles,IgnoredGoFiles,IgnoredOtherFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,Swapi ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xtest-owner/test-repo-26956 -uns�� OnlyCompiledOutput2023816480/001 /tmp/go-build2983724607/b054/vet.cfg 64/pkg/tool/linux_amd64/compile GOSUMDB GOWORK 64/bin/go 64/pkg/tool/linux_amd64/compile(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 k/gh-aw/gh-aw/pkg/repoutil/repoutil.go url /usr/bin/gh go1.25.8 -c=4 -nolocalimports gh api repos/github/gh-aw/issues/17 /tmp/go-build2983724607/b496/_testmain.go ache/node/24.14.1/x64/bin/node -json GO111MODULE x_amd64/vet ache/node/24.14.test@example.com(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv :latest go /usr/bin/git -json GO111MODULE x_amd64/vet git remo�� GOMODCACHE x_amd64/vet /usr/bin/git -json GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv -test.paniconexit0 -test.v=true /usr/lib/git-core/git -test.timeout=10bash -test.run=^Test -test.short=true--version /usr/lib/git-core/git main�� run --auto om/testorg/testrepo.git --detach **/*.cjs 64/bin/go 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 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv .github/workflows GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(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 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9.0.0 --jq [.object.sha, .object.type] | @tsv -c=4 -nolocalimports -importcfg /tmp/go-build2983724607/b481/importcfg -pack /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/constants.go /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/engine_constants.go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(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 GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE 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 -bool tname) 1/x64/bin/node -errorsas s,MFiles,HFiles,-1 -nilfunc /opt/hostedtoolcache/go/1.25.8/xconfig t-ha�� ithub/workflows/agent-persona-exremote.upstream.url -buildtags .cfg -errorsas -ifaceassert -nilfunc 3724607/b537/rep--jq(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv FieldEnforcement1354489492/001 GO111MODULE 3878303/b308/vet.cfg l GOMOD GOMODCACHE go env runs/20260517-203917-46469/test---json GO111MODULE "warnings":[]}] url GOMOD GOMODCACHE /opt/hostedtoolcache/go/1.25.8/x--jq(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv runs/20260517-204223-56756/test-source-field-variant-4084519405/.github/workflows gh e/git-upload-pack url TOKEN"; }; f sto-1(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 se 3724607/b397/vet.cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile GOSUMDB GOWORK 64/bin/go ache/go/1.25.8/x-test.v=true -uns�� st-3911547967/.g-test.timeout=10m0s /tmp/go-build298-test.run=^Test 64/pkg/tool/linu-test.short=true /tmp/go-build390infocmp b/gh-aw/pkg/json-1 64/bin/go 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv 3 -buildtags 1/x64/bin/node -errorsas -ifaceassert -nilfunc /opt/hostedtoolcache/go/1.25.8/xremote.upstream.url t-ha�� ithub/workflows/agent-performance-analyzer.md -buildtags .cfg l -ifaceassert -nilfunc /opt/hostedtoolc--jq(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv -stringintconv l t -json GO111MODULE 64/bin/go /opt/hostedtoolcache/go/1.25.8/x--jq -o /tmp/go-build1933019914/b001/exe/a.out -importcfg e/git ntent.md -buildid=fQBEklH-lh -extld=gcc e/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 -json GO111MODULE 3724607/b467/agentdrain.test GOINSECURE GOMOD GOMODCACHE 3724607/b467/ageowner/repo e=/t�� Onlymin-integrity_with_repos=public_1675459878/0remote.upstream.url /tmp/go-build2983724607/b051/vet.cfg(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xowner/test-repo -uns�� Onlyrepos_only_without_min-integrity3365226131/001 /tmp/go-build2983724607/b064/vet.cfg ceutil.test GOSUMDB GOWORK 64/bin/go ceutil.test(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xowner/test-repo -uns�� ApprovalLabelsCompiledOutput3198101402/001 /tmp/go-build2983724607/b068/vet.cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile GOSUMDB GOWORK 64/bin/go ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile(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 -json GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xowner/test-repo -uns�� ApprovalLabelsCompiledOutput3198101402/001 /tmp/go-build2983724607/b110/vet.cfg 64/pkg/tool/linux_amd64/compile GOSUMDB GOWORK 64/bin/go 64/pkg/tool/linux_amd64/compile(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env 3917-46469/test-remote.origin.url GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv IDJD8iUkz infocmp e_modules/.bin/sh /ref/tags/v9 go sv ortcfg -c b68a587c8bac1aaefe39217e5ac7ca93-f log .cfg --format=%H:%ct go sv ache/go/1.25.8/x64/pkg/tool/linuupstream(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 /tmp/gh-aw-add-gitattributes-test2888658693/.github/workflows config 1/x64/bin/node remote.origin.urinfocmp GO111MODULE 64/bin/go 1/x64/bin/node env GOROOT ETHhX2e0ccRS 3724607/b545/vet.cfg plate-expressiongrep 227986126/001' x_amd64/vet /opt/hostedtoolc/tmp/gh-aw/aw-master.patch(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv /tmp/go-build3002506641/b001/exe/a.out -importcfg 1/x64/bin/node -buildmode=exe -buildid=6dGVuMK/opt/hostedtoolcache/node/24.14.1/x64/bin/npm -extld=gcc 1/x64/bin/node -1 xterm-color go /usr/bin/git -json GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/aws-actions/configure-aws-credentials/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv runs/20260517-203917-46469/test-1419167217 GOPROXY t GOSUMDB GOWORK 64/bin/go git t-23�� k/gh-aw/gh-aw/.github/workflows/architecture-guardian.md 2971556/b477/impGO111MODULE ache/node/24.14.1/x64/bin/node che/go-build/8f/grep infocmp 64/bin/go ache/node/24.14./tmp/gh-aw/aw-master.patch(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 sistency_GoAndJavaScript2676284488/001/test-frontmatter-with-nes-errorsas /dev/null /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/link -json GO111MODULE 64/bin/go /opt/hostedtoolc--package-lock-only -V=f�� GOMODCACHE nRC5-eFZgu1f /usr/bin/git -json GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv -bool url /usr/lib/git-core/git -errorsas -ifaceassert -nilfunc /usr/lib/git-cor--package-lock-only main�� run l clusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --detach e/git 64/bin/go git(http block)/usr/bin/gh gh api /repos/azure/login/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv licyTrustedUsersCompiledOutput3148727644/001 GO111MODULE /usr/bin/infocmp GOINSECURE GOMOD GOMODCACHE infocmp -1 xterm-color GOPROXY repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } GOSUMDB GOWORK n-dir/bash 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 ry=1 -test.v=true 3724607/b533/_pkg_.a -test.timeout=10node -test.run=^Test -test.short=trueinstall go list�� -e l /usr/bin/git -json GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv 999 -lname /usr/lib/git-core/git l touch -c /usr/lib/git-core/git rev-�� --objects l clusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle --exclude-hiddengit --all --quiet git(http block)/usr/bin/gh gh api /repos/docker/login-action/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv licyTrustedUsersCompiledOutput3148727644/001 GO111MODULE /usr/bin/gh url GOMOD GOMODCACHE gh api /repos/actions/github-script/git/ref/tags/v9.0.0 url /opt/hostedtoolcache/node/24.14.1/x64/bin/node GOSUMDB GOWORK eloper-action-ma. node(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 -unreachable=false /tmp/go-build2983724607/b302/vet.cfg r: $owner, name: $name) { hasDiscussionsEnabled } } -json GO111MODULE 64/bin/go /opt/hostedtoolcache/go/1.25.8/xremote.origin.url -ato�� /ref/tags/v9 -buildtags sv l -ifaceassert -nilfunc /opt/hostedtoolc--jq(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv 3917-46469/aw-manifest-legacy-307713185/.github/workflows GO111MODULE r: $owner, name: $name) { hasDiscussionsEnabled } } GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE ache/node/24.14.1/x64/bin/node GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv 4223-56756/test-id,name,path,state --write(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 -v -parallel=4 tartedAt,updatedAt,event,headBranch,headSha,displayTitle -run=^Test ./... -short /opt/hostedtoolcache/go/1.25.8/xorigin -uns�� -unreachable=false(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE .cfg GOINSECURE GOMOD GOMODCACHE go env 3917-46469/test--errorsas GO111MODULE ache/go/1.25.8/x-nilfunc GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x-tests(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv vaScript3565230067/001/test-frontmatter-with-arrays.md on tartedAt,updatedAt,event,headBranch,headSha,displayTitle /../../.prettier/usr/bin/git erignore(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 hUIPnauQ1 GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/compile H_PREFIX_ARGS="--docker-host-path-prefix /tmp/gh-aw" fi echo "$GH_AW_DOCKER_HOST_PATH_PREFIX_AR GOMOD GOMODCACHE ortcfg -ato�� 201390030 -buildtags ache/go/1.25.8/x64/pkg/tool/linux_amd64/link -errorsas -ifaceassert -nilfunc ache/go/1.25.8/x64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 1/x64/bin/node H_PREFIX_ARGS="--docker-host-path-prefix /tmp/gh-aw" fi echo "$GH_AW_DOCKER_HOST_PATH_PREFIX_AR GOMOD GOMODCACHE go t-ha�� vaScript3147544446/001/test-frontmatter-with-nested-objects.md GO111MODULE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv 1bd3ac70a19fd62d42df9c8fe6519ac973a6fd64:pkg/constants/constants.go on e_modules/.bin/node /../../.prettier/usr/bin/git erignore ache/uv/0.11.14/--get-regexp sh k/gh�� npx prettier --write '**/*.cjs' remote.upstream.url gh .cfg /repos/actions/ggh nly erignore sh(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-05-10 GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet env -json .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuInitial commit(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-17 GOMOD GOMODCACHE 64/pkg/tool/linu-goversion env -json oFiles,IgnoredOt-nolocalimports 64/pkg/tool/linu-importcfg GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linu/home/REDACTED/work/gh-aw/gh-aw/pkg/styles/theme.go(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-16 GOMOD GOMODCACHE 64/pkg/tool/linu-extld=gcc env -json .cfg x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(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 .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url env or.md .cfg x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh run download 1 --dir test-logs/run-1 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuorigin(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/1/artifacts --jq .artifacts[].name GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(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 mLsRemoteWithRealGitcustom_branch3438107519/001' 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet env -json GO111MODULE .cfg GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linu-buildtags(http block)/usr/bin/gh gh run download 12345 --dir test-logs/run-12345 LsRemoteWithReal-ifaceassert 64/pkg/tool/linu-nilfunc GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuupstream(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12345/artifacts --jq .artifacts[].name GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(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/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet 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, --check scripts/**/*.js 64/bin/go .prettierignore 6 sv go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(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, ath ../../../.pr**/*.json --jq modules/@npmcli/run-script/lib/node-gyp-bin/node . -tests ache/node/24.14.-bool infocmp er on' --ignore-pat-errorsas ache/node/24.14.-ifaceassert t 'value' || secregit --jq /usr/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 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh run download 12346 --dir test-logs/run-12346 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuorigin env 2403756805/.github/workflows .cfg x_amd64/compile GOINSECURE igFiles,SwigCXXFconfig GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/12346/artifacts --jq .artifacts[].name GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(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 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet env -json .cfg x_amd64/link GOINSECURE GOMOD GOMODCACHE x_amd64/link(http block)/usr/bin/gh gh run download 2 --dir test-logs/run-2 GO111MODULE ionpins.test GOINSECURE bB/OEM6U6yzaL2AAremote GOMODCACHE ionpins.test 9837�� y_with_repos=public_1675459878/001 3724607/b060/vet.cfg .cfg GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xremote.origin.url(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/2/artifacts --jq .artifacts[].name GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go(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 GO111MODULE 64/pkg/tool/linu-nolocalimports GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuother env 3724607/b392/_pkg_.a GO111MODULE .cfg GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xremote.origin.url(http block)/usr/bin/gh gh run download 3 --dir test-logs/run-3 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/3/artifacts --jq .artifacts[].name GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuTest User(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 mLsRemoteWithRea-ifaceassert 64/pkg/tool/linu-nilfunc GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linumyorg(http block)/usr/bin/gh gh run download 4 --dir test-logs/run-4 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuremote.origin.url(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/4/artifacts --jq .artifacts[].name GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linutest@example.com(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 GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(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/linuremote1(http block)/usr/bin/gh gh api --paginate repos/{owner}/{repo}/actions/runs/5/artifacts --jq .artifacts[].name GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env 3070672124/.gith.github/workflows/test.md GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(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/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD 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 GOMOD GOMODCACHE x_amd64/vet env erate-action-metadata/main.go GO111MODULE x_amd64/vet GOINSECURE GOMOD 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 6 GOMOD GOMODCACHE 64/pkg/tool/linuAdd workflow(http block)https://api.github.com/repos/github/gh-aw/contents/.github/workflows/shared/reporting.md/tmp/go-build2983724607/b472/cli.test /tmp/go-build2983724607/b472/cli.test -test.testlogfile=/tmp/go-build2983724607/b472/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/tmp/go-build3483878303/b472/cli.test /tmp/go-build3483878303/b472/cli.test -test.testlogfile=/tmp/go-build3483878303/b472/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true --ignore-path ../../../.prettienv sv node /hom�� --check **/*.cjs 64/bin/go **/*.json --ignore-path ../../../.pretti-json /opt/hostedtoolcGO111MODULE(http block)/tmp/go-build3722091732/b472/cli.test /tmp/go-build3722091732/b472/cli.test -test.testlogfile=/tmp/go-build3722091732/b472/testlog.txt -test.paniconexit0 -test.v=true -test.parallel=4 -test.timeout=10m0s -test.run=^Test -test.short=true -bool -buildtags .git infocmp -1 js/**/*.json' --**/*.ts git x_amd64/link UpdateDiscussion/bin/sh config ache/node/24.14.GOPATH=$(go env GOPATH); \ if command -v golangci-lint >/dev/null 2>&1 || [ -x "-errorsas deps-dev' to in(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 bility_SameInputSameOutput3267934357/001/stability-test.md --stdin /usr/bin/git --exclude-hiddeninfocmp --all --quiet git -C ithub-script/git/ref/tags/v9.0.0 config bject.type] | @tsv remote.origin.urinfocmp GO111MODULE x_amd64/vet git(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv runs/20260517-203917-46469/aw-manifest-legacy-307713185/.github/workflows GOPROXY repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } GOSUMDB GOWORK 64/bin/go git remo�� get-url origin /opt/hostedtoolcache/node/24.14.1/x64/bin/node "prettier" --cheinfocmp gh 64/bin/go node(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.47.4 --jq [.object.sha, .object.type] | @tsv -bool l(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 g_.a 3724607/b158/vet100 64/bin/go GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/xremote.origin.url env 2693485997/001 GoFiles,IgnoredGoFiles,IgnoredOt-nolocalimports ache/go/1.25.8/x64/pkg/tool/linu-importcfg GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x^remote\..*\.gh-resolved$(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv y_with_explicit_repo4146880343/0remote.upstream.url GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env -json GO111MODULE k GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv re --jq it runs/20260517-20node /opt/hostedtoolc/tmp/js-hash-test-2363301415/test-hash.js /usr/bin/git gh api ./../pkg/workflow/js/**/*.json' --ignore-path --jq n-dir/git elete hub/gh-aw/sessioremote 42df9c8fe6519ac9-v gh(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 -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/compile GOINSECURE GOMOD GOMODCACHE x_amd64/compile(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go om_b�� -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.2.3 --jq [.object.sha, .object.type] | @tsv tmatter-with-env-template-expressions.md --jq de_modules/.bin/sh /ref/tags/v9 go sv bash ode_�� d /opt/hostedtoolcache/node/24.14.1/x64/bin/node 1/x64/bin/sh /ref/tags/v9 go sv git(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 -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json herFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,T-atomic x_amd64/vet GOINSECURE GOMOD GOMODCACHE 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 -json herFiles,CFiles,CgoFiles,CXXFiles,MFiles,HFiles,FFiles,SFiles,SwigFiles,SwigCXXFiles,SysoFiles,T-o x_amd64/vet GOINSECURE GOMOD GOMODCACHE 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 -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linuremote(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 go1.25.8 -c=4 -nolocalimports -importcfg /tmp/go-build2983724607/b543/importcfg -pack /tmp/go-build2983724607/b543/_testmain.go env -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linu-importcfg(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go env Gitbranch_with_hremote.origin.url Gitbranch_with_hyphen3339292017/001' 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v3.0.0 --jq [.object.sha, .object.type] | @tsv tmatter-with-nested-objects.md node n-dir/sh /home/REDACTED/worgit go .cfg bash ode_�� '**/*.ts' '**/*.json' --ignore-p-p git x_amd64/cgo GOMODCACHE go ache/go/1.25.8/x'full-sweep (enforce_all)' x_amd64/cgo(http block)https://api.github.com/repos/github/gh-aw/issues/17/usr/bin/gh gh api repos/github/gh-aw/issues/17 /tmp/go-build2983724607/b496/_testmain.go env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api repos/github/gh-aw/issues/17 sh 3/001 "prettier" --cheGOINSECURE infocmp 64/bin/go tierignore /opt/hostedtoolc-c ode_modules/.binecho "��� All validations passed" go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api repos/github/gh-aw/issues/17 gh api ath ../../../.pr**/*.json --jq es/.bin/sh --bare l /opt/hostedtoolc-bool infocmp er on' --ignore-pat-errorsas node ache/go/1.25.8/x-nilfunc waysRecompiles30git go /usr/bin/infocmp/tmp/gh-aw-add-gitattributes-test140530144/.github/workflows infocmp(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 ithub-script/git/ref/tags/v9.0.0 {{context.GOARCH}} {{context.Compiler}} bject.type] | @tsv unsafe GO111MODULE 64/bin/go /opt/hostedtoolc--package-lock-only -V=f�� GOMODCACHE QMlkECJ4SArB e/git -json GO111MODULE x_amd64/vet e/git(http block)/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv -bool url /bin/sh -errorsas -ifaceassert -nilfunc /bin/sh -c git-receive-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_brancremote.origin.urgh git-receive-pack '/tmp/TestParseDefaultBranchFromLsRemoteWithRealGitmaster_branch2761450257/001'api clusion,workflowName,createdAt,startedAt,updatedAt,event,headBranch,headSha,displayTitle che/go-build/a5/head infocmp 64/bin/go gh(http block)/usr/bin/gh gh api /repos/google-github-actions/auth/git/ref/tags/v2 --jq [.object.sha, .object.type] | @tsv licyBlockedUsersCommaSeparatedCompiledOutput3368604659/001 -json /usr/bin/git url --auto /sh git -C ithub-script/git/ref/tags/v9 config git remote.origin.urhead --jq bject.type] | @t/tmp/gh-aw/aw-master.patch /usr/bin/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 -json GO111MODULE $name) { hasDiscussionsEnabled } } GOINSECURE GOMOD GOMODCACHE ache/go/1.25.8/x64/pkg/tool/linuTest User(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv y_with_explicit_repo4146880343/0remote.origin.url GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE GOMOD GOMODCACHE go env 4264503158/custo--workflow GO111MODULE not-exist-xyzzy.--limit GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv on' --ignore-pat-errorsas les it runs/20260517-20infocmp remote.upstream.-1 ache/node/24.14.xterm-color ortcfg -1 g/constants/constants.go g/constants/engine_constants.go _modules/.bin/node xterm-color go 73a6fd64 eloper-action-main/dist/autofind--check(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 64/pkg/tool/linux_amd64/compile(http block)/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion GOINSECURE GOMOD GOMODCACHE go env 46/001/test-frontmatter-with-nested-objects.md GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet(http block)/usr/bin/gh gh run view 12345 --repo nonexistent/repo --json status,conclusion view owner/test-repo erignore git show�� rTdfai7za gh ache/node/24.14.1/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/sh /repos/actions/ggh --jq(http block)https://api.github.com/repos/org/repo/pulls/1/usr/bin/gh gh api repos/org/repo/pulls/1 go env h3438107519/001' h3438107519/001' x_amd64/link GOINSECURE GOMOD GOMODCACHE x_amd64/link env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api repos/org/repo/pulls/1 sh -c "prettier" --cheGOINSECURE infocmp 64/bin/go tierignore 3724607/b499/jsoenv sv go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api repos/org/repo/pulls/1 gh api ath ../../../.pr**/*.json --jq ode_modules/.bin../../../.prettierignore git-upload-pack gcc(http block)https://api.github.com/repos/owner/repo/actions/secrets/usr/bin/gh gh api /repos/owner/repo/actions/secrets --jq .secrets[].name -json GO111MODULE x_amd64/asm GOINSECURE GOMOD GOMODCACHE x_amd64/asm env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /repos/owner/repo/actions/secrets --jq .secrets[].name prettier --check 64/bin/go --ignore-path .prettierignore sv go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/owner/repo/actions/secrets --jq .secrets[].name stants/constants_test.go --jq ache/node/24.14.1/x64/bin/git --bare --initial-branch-o /usr/bin/git infocmp -1 json' --ignore-p-p git 64/pkg/tool/linu-lang=go1.25 mpleWorkflow2868git remote /usr/bin/git 64/pkg/tool/linuconfig(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/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh workflow list --json name,state,path --repo owner/repo x_amd64/cgo GOINSECURE GOMOD GOMODCACHE x_amd64/cgo env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD 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-remote-workflow --limit 30 --repo owner/repo 64/pkg/tool/linustatus(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/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet env -json GO111MODULE x_amd64/vet GOINSECURE GOMOD GOMODCACHE x_amd64/vet(http block)/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name "prettier" --cheGOINSECURE cmd/gh-aw/main_hGOMOD 64/bin/go cmd/gh-aw/versiogo cmd/linters/mainenv internal/tools/a-json go env -json GO111MODULE 64/bin/go GOINSECURE GOMOD GOMODCACHE go(http block)/usr/bin/gh gh api /repos/test-owner/test-repo/actions/secrets --jq .secrets[].name stants/constants_test.go 64/pkg/tool/linu--package-lock-only ode_modules/.bin/node origin master /opt/hostedtoolc/tmp/go-build1342762942/b516/_pkg_.a gh api re --jq rgo/bin/git /tmp/TestHashCongh /opt/hostedtoolcapi 64/pkg/tool/linu/repos/actions/github-script/git/ref/tags/v9 gh(http block)https://api.github.com/repos/test/repo/usr/bin/gh gh api /repos/test/repo --jq .default_branch -json GO111MODULE 64/pkg/tool/linux_amd64/compile GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/compile(http block)/usr/bin/gh gh api /repos/test/repo --jq .default_branch 3834707382/.github/workflows ne_constants.go 64/pkg/tool/linux_amd64/compile GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/compile env 795920232 GO111MODULE ache/go/1.25.8/x64/bin/go GOINSECURE ole GOMODCACHE go(http block)/usr/bin/gh gh api /repos/test/repo --jq .default_branch(http block)If you need me to access, download, or install something from one of these locations, you can either: