fix: add include-hidden-files: true to activation artifact upload step#29510
Merged
fix: add include-hidden-files: true to activation artifact upload step#29510
include-hidden-files: true to activation artifact upload step#29510Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/26a52d5e-e1fd-4334-8c0a-e93c119fa392 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…en-files fix Agent-Logs-Url: https://github.com/github/gh-aw/sessions/26a52d5e-e1fd-4334-8c0a-e93c119fa392 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix upload activation artifact step to include hidden files
fix: add May 1, 2026
include-hidden-files: true to activation artifact upload step
Collaborator
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/4642f0b3-add7-40b7-8603-e49bbfcef387 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Fixed in 90d0013 — |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR ensures the activation artifact upload includes hidden (dot-prefixed) directories so downstream jobs don’t accidentally delete base-branch agent configuration folders (e.g., .github/, .claude/, .agents/) when restoring the base snapshot.
Changes:
- Add
include-hidden-files: trueto the activation artifact upload step (actions/upload-artifact) so dot-directories under/tmp/gh-aw/base/are archived. - Update wasm-related golden outputs to reflect the new upload-artifact input.
- Regenerate compiled workflow lockfiles to include the updated activation upload step.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/compiler_activation_job_builder.go | Adds include-hidden-files: true to the activation artifact upload step. |
| pkg/workflow/testdata/wasm_golden/WasmBinary/basic-copilot.golden | Updates wasm-binary golden output to reflect the activation artifact upload change. |
| pkg/workflow/testdata/wasm_golden/WasmBinary/with-imports.golden | Updates wasm-binary golden output to reflect the activation artifact upload change. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden | Updates Go golden output for wasm string-API compilation fixture. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden | Updates Go golden output for wasm string-API compilation fixture. |
| pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden | Updates Go golden output for wasm string-API compilation fixture. |
| .github/workflows/ace-editor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/agent-performance-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/agent-persona-explorer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/ai-moderator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/api-consumption-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/approach-validator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/archie.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/architecture-guardian.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/artifacts-summary.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/audit-workflows.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/auto-triage-issues.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/aw-failure-investigator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/blog-auditor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/bot-detection.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/brave.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/breaking-change-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/changeset.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/ci-coach.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/ci-doctor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/claude-code-user-docs-review.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/cli-consistency-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/cli-version-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/cloclo.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/code-scanning-fixer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/code-simplifier.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/codex-github-remote-mcp-test.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/commit-changes-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/constraint-solving-potd.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/contribution-check.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-agent-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-cli-deep-research.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-opt.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-pr-merged-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-pr-nlp-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-pr-prompt-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-session-insights.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-token-audit.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/copilot-token-optimizer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/craft.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-architecture-diagram.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-assign-issue-to-user.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-astrostylelite-markdown-spellcheck.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-aw-cross-repo-compile-check.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-cache-strategy-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-caveman-optimizer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-choice-test.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-cli-performance.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-cli-tools-tester.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-code-metrics.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-community-attribution.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-compiler-quality.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-doc-healer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-doc-updater.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-fact.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-file-diet.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-firewall-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-function-namer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-hippo-learn.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-issues-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-malicious-code-scan.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-mcp-concurrency-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-multi-device-docs-tester.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-news.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-observability-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-otel-instrumentation-advisor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-performance-summary.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-regulatory.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-rendering-scripts-verifier.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-repo-chronicle.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-safe-output-integrator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-safe-output-optimizer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-safe-outputs-conformance.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-secrets-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-security-observability.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-security-red-team.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-semgrep-scan.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-sentrux-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-skill-optimizer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-syntax-error-quality.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-team-evolution-insights.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-team-status.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-testify-uber-super-expert.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-token-consumption-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/daily-workflow-updater.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dead-code-remover.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/deep-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/delight.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dependabot-burner.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dependabot-go-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dependabot-repair.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/deployment-incident-monitor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/design-decision-gate.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dev-hawk.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dev.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/developer-docs-consolidator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/dictation-prompt.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/discussion-task-miner.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/docs-noob-tester.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/draft-pr-cleanup.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/duplicate-code-detector.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/example-permissions-warning.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/example-workflow-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/firewall-escape.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/firewall.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/functional-pragmatist.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/github-mcp-structural-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/github-mcp-tools-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/github-remote-mcp-auth-test.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/glossary-maintainer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/go-fan.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/go-logger.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/go-pattern-detector.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/gpclean.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/grumpy-reviewer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/hippo-embed.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/hourly-ci-cleaner.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/instructions-janitor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/issue-arborist.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/issue-monster.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/issue-triage-agent.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/jsweep.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/layout-spec-maintainer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/lockfile-stats.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/mcp-inspector.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/mergefest.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/metrics-collector.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/notion-issue-summary.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/org-health-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/pdf-summary.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/plan.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/poem-bot.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/pr-nitpick-reviewer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/pr-triage-agent.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/prompt-clustering-analysis.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/python-data-charts.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/q.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/refactoring-cadence.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/refiner.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/release.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/repo-audit-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/repo-tree-map.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/repository-quality-improver.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/research.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/safe-output-health.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/schema-consistency-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/schema-feature-coverage.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/scout.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/security-compliance.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/security-review.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/semantic-function-refactor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/sergo.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/slide-deck-maintainer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-agent-all-merged.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-agent-all-none.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-agent-public-approved.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-agent-public-none.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-agent-scoped-approved.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-call-workflow.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-ci.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-claude.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-codex.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-copilot-arm.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-create-cross-repo-pr.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-crush.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-gemini.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-multi-pr.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-opencode.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-project.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-service-ports.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-temporary-id.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-test-tools.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-update-cross-repo-pr.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-workflow-call-with-inputs.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/smoke-workflow-call.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/spec-enforcer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/spec-extractor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/spec-librarian.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/stale-repo-identifier.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/static-analysis-report.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/step-name-alignment.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/sub-issue-closer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/super-linter.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/technical-doc-writer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/terminal-stylist.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/test-create-pr-error-handling.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/test-dispatcher.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/test-project-url-default.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/test-quality-sentinel.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/test-workflow.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/tidy.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/typist.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/ubuntu-image-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/unbloat-docs.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/update-astro.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/video-analyzer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/visual-regression-checker.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/weekly-blog-post-writer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/weekly-editors-health-check.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/weekly-issue-summary.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/weekly-safe-outputs-spec-review.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/workflow-generator.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/workflow-health-manager.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/workflow-normalizer.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
| .github/workflows/workflow-skill-extractor.lock.yml | Regenerated lockfile output including updated activation artifact upload inputs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 212/212 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
actions/upload-artifact@v4silently drops any path component starting with.by default. The activation artifact includes/tmp/gh-aw/base/— a sparse checkout containing.github/,.claude/, and.agents/— so all three were excluded from the archive. The agent job'srestore_base_github_folders.shthen interpreted their absence as "not in base branch" and deleted them from the PR workspace, stripping agent configs and skills on everypull_request-triggered run.Changes
pkg/workflow/compiler_activation_job_builder.go— Addinclude-hidden-files: trueto thewith:block ofaddActivationArtifactUploadStep, betweenname:andpath:TestWasmGolden_CompileFixturesandWasmBinarygolden files to reflect the new field (only on activation artifact upload steps).lock.ymlfiles recompiled viamake recompileWarning
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 /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(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 fa392(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 -embedcfg /tmp/go-build219790769/b345/embedcfg -pack(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 -bool -buildtags /usr/bin/git -errorsas -ifaceassert -nilfunc git rev-�� --show-toplevel -tests /usr/bin/git c6cb09636f07be92node GO111MODULE x_amd64/compile git(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq /usr/bin/git --show-toplevel bash /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel /opt/hostedtoolc/opt/hostedtoolcache/node/24.14.1/x64/bin/npm /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/ai-inference/git/ref/tags/v1 --jq [.object.sha, .object.type] | @tsv --noprofile git /usr/bin/git --show-toplevel infocmp /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git . git /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 se 2823936/b018/vet.cfg ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet **/*.json --ignore-path ../../../.pretti--show-toplevel ache/go/1.25.8/x64/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 --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel 64/pkg/tool/linurev-parse /usr/bin/git git _inc�� --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel 64/pkg/tool/linurev-parse /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v3 --jq [.object.sha, .object.type] | @tsv ache/node/24.14.--show-toplevel git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel git /usr/bin/git node js/f�� iles k/gh-aw/gh-aw/pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden tnet/tools/bash k/gh-aw/gh-aw/pkgit k/gh-aw/gh-aw/pkrev-parse k/gh-aw/gh-aw/pk--show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/asm(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/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/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv xterm-color x_amd64/compile /usr/bin/git -json GO111MODULE 64/bin/go git rev-�� --show-toplevel go /usr/bin/git -json GO111MODULE x_amd64/compile git(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq [.object.sha, .object.type] | @tsv --show-toplevel 64/pkg/tool/linux_amd64/vet /usr/bin/git -json .cfg 64/pkg/tool/linu--show-toplevel git rev-�� --show-toplevel 64/pkg/tool/linux_amd64/vet /usr/bin/git npx prettier --cgit GOPROXY ache/go/1.25.8/x--show-toplevel 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(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /REDACTED/work/gh-remote.origin.url(http block)/usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --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/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 --show-toplevel go /usr/bin/git */*.ts' '**/*.jsgit GO111MODULE x_amd64/vet git rev-�� --show-toplevel 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 --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git user.email test@example.comrev-parse /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8 --jq [.object.sha, .object.type] | @tsv --show-toplevel git /usr/bin/git --show-toplevel git 1/x64/bin/node git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git 1/x64/bin/node 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 -unreachable=false /tmp/go-build2272823936/b097/vet.cfg /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -json GO111MODULE 64/bin/go /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -ato�� -bool -buildtags /usr/bin/git -errorsas -ifaceassert -nilfunc git(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -unreachable=false /tmp/go-build2272823936/b171/vet.cfg /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -json GO111MODULE 64/bin/go /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -ato�� -bool -buildtags /usr/bin/gh -errorsas -ifaceassert -nilfunc gh(http block)/usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v9 --jq [.object.sha, .object.type] | @tsv -bool -buildtags /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -errorsas -ifaceassert -nilfunc /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -ato�� -bool -buildtags /usr/bin/git -errorsas -ifaceassert -nilfunc git(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 -buildtags /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -errorsas -ifaceassert -nilfunc /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -ato�� -bool -buildtags /usr/bin/gh -errorsas -ifaceassert -nilfunc gh(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv .cfg git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel ache/go/1.25.8/xrev-parse ch node js/f�� ache/go/1.25.8/x--show-toplevel git /usr/bin/gh --show-toplevel ache/go/1.25.8/xrev-parse /usr/bin/git gh(http block)/usr/bin/gh gh api /repos/actions/setup-go/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --noprofile node /usr/local/.ghcup/bin/bash install --package-lock-orev-parse /usr/bin/git bash --no�� --noprofile git /usr/bin/gh --show-toplevel git /usr/bin/git gh(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 -json .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet 5674�� "prettier" --check '**/*.cjs' '**/*.ts' '**/*.json' --ignore-pat-errorsas ache/go/1.25.8/x64/src/testing/internal/testdeps/deps.go ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOSUMDB GOWORK 64/bin/go ache/go/1.25.8/x64/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 -bool -buildtags /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -errorsas -ifaceassert -nilfunc /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -ato�� -bool -buildtags /usr/bin/git -errorsas -ifaceassert -nilfunc git(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/vet /usr/bin/git git rev-�� --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel x_amd64/asm /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(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --jq [.object.sha, .object.type] | @tsv /REDACTED/work/gh-aw/gh-aw/pkg/worremote.origin.url(http block)/usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6 --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/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 .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet -c npx prettier --check '**/*.cjs' '**/*.ts' '**/*.json' --ignore-pGOSUMDB GOPROXY ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOSUMDB GOWORK 64/bin/go ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet(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 --show-toplevel x_amd64/vet /usr/bin/git git rev-�� --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel x_amd64/vet /usr/bin/git git(http block)/usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v4 --jq [.object.sha, .object.type] | @tsv --show-toplevel git ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet --show-toplevel git /usr/bin/git ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet rev-�� --show-toplevel git tnet/tools/bash --show-toplevel infocmp /usr/bin/git node(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(http block)https://api.github.com/repos/github/gh-aw/usr/bin/gh gh api /repos/github/gh-aw --jq .default_branch(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 -bool -buildtags /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet -errorsas -ifaceassert -nilfunc /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linu--jq -ato�� -bool -buildtags /usr/bin/git -errorsas -ifaceassert -nilfunc git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv .cfg git /opt/hostedtoolcache/node/24.14.1/x64/bin/node --show-toplevel ache/go/1.25.8/xrev-parse /usr/bin/git node js/f�� ache/go/1.25.8/x--show-toplevel git /usr/bin/git --show-toplevel ache/go/1.25.8/xrev-parse /usr/bin/git git(http block)/usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.1.2 --jq [.object.sha, .object.type] | @tsv --noprofile node /usr/bin/bash install --package-lock-orev-parse /usr/bin/git bash --no�� --noprofile git /usr/bin/git --show-toplevel git /usr/bin/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 -json .cfg 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet -c npx prettier --check '**/*.cjs' '**/*.ts' '**/*.json' --ignore-pGOSUMDB GOPROXY ache/go/1.25.8/x64/pkg/tool/linux_amd64/vet GOSUMDB GOWORK 64/bin/go 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.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel git 64/pkg/tool/linux_amd64/vet --show-toplevel x_amd64/vet /usr/bin/git 64/pkg/tool/linux_amd64/vet rev-�� --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel x_amd64/vet /usr/bin/git 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 --show-toplevel git rgo/bin/bash --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git p/bin/bash --show-toplevel 64/pkg/tool/linurev-parse /usr/bin/git node(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 -json GO111MODULE 64/pkg/tool/linux_amd64/vet GOINSECURE GOMOD GOMODCACHE 64/pkg/tool/linux_amd64/vet -c npx prettier --check '**/*.cjs' '**/*.ts' '**/*.json' --ignore-pGOSUMDB GOPROXY .cfg GOSUMDB GOWORK 64/bin/go 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 --show-toplevel git 64/pkg/tool/linux_amd64/vet --show-toplevel x_amd64/vet /usr/bin/git 64/pkg/tool/linux_amd64/vet rev-�� --show-toplevel git ache/node/24.14.1/x64/bin/node --show-toplevel x_amd64/vet /usr/bin/git 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 --show-toplevel git 64/bin/bash --show-toplevel git /usr/bin/git git rev-�� --show-toplevel git rgo/bin/bash --show-toplevel 64/pkg/tool/linurev-parse /usr/bin/git node(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 go /usr/bin/git -json GO111MODULE ache/go/1.25.8/x--show-toplevel git rev-�� --show-toplevel go /usr/bin/git l.go l_test.go 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 --show-toplevel git /usr/bin/git --show-toplevel /opt/hostedtoolcrev-parse /usr/bin/git git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git /usr/bin/infocmp/tmp/gh-aw/aw-feature-branch.patch git(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 /usr/bin/git --show-toplevel git 1/x64/bin/node git rev-�� --show-toplevel git /usr/bin/git --show-toplevel git 1/x64/bin/node 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 -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/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel bash /usr/bin/git --noprofile GOPROXY 2823936/b257/vet.cfg git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /opt/hostedtoolcache/node/24.14.1/x64/bin/node -unreachable=falnode /tmp/go-build227js/fuzz_sanitize_label_harness.cjs er: String!, $name: String!) { --show-toplevel node(http block)/usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v1.0.0 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git -unreachable=falnode /tmp/go-build227js/fuzz_sanitize_incoming_text_harness.cjs 2823936/b329/vet.cfg git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git -unreachable=falnode /tmp/go-build227js/fuzz_sanitize_output_harness.cjs /opt/hostedtoolcache/go/1.25.8/x--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 -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/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv --show-toplevel bash /usr/bin/git --noprofile GOPROXY /opt/hostedtoolcache/go/1.25.8/x--show-toplevel git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git -bool -buildtags /opt/hostedtoolcache/go/1.25.8/x--show-toplevel git(http block)/usr/bin/gh gh api /repos/nonexistent/action/git/ref/tags/v999.999.999 --jq [.object.sha, .object.type] | @tsv --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet e/git-upload-pack -bool -buildtags 2823936/b328/vet.cfg git rev-�� --show-toplevel /opt/hostedtoolcache/go/1.25.8/x64/pkg/tool/linux_amd64/vet /usr/bin/git -unreachable=falnode /tmp/go-build227js/fuzz_sanitize_output_harness.cjs /opt/hostedtoolcache/go/1.25.8/x--show-toplevel git(http block)If you need me to access, download, or install something from one of these locations, you can either: