From 54737dbc4683f89e428f08c6a1e4042e9ba57e07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:32:41 +0000 Subject: [PATCH 1/2] Add build-wasm as dependency of agent-finish Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8242b09f-4788-44f5-821e-96cb110d6546 --- .github/aw/actions-lock.json | 5 +++++ .github/workflows/smoke-claude.lock.yml | 4 ++-- pkg/workflow/data/action_pins.json | 11 +++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/aw/actions-lock.json b/.github/aw/actions-lock.json index b9e919b7cd5..81223426c5b 100644 --- a/.github/aw/actions-lock.json +++ b/.github/aw/actions-lock.json @@ -148,6 +148,11 @@ "version": "v4.34.1", "sha": "cb06a0a8527b2c6970741b3a0baa15231dc74a4c" }, + "github/gh-aw-actions/setup@v0": { + "repo": "github/gh-aw-actions/setup", + "version": "v0", + "sha": "50f4fc16883c6c6672d8879affa8fd15d5cc79a4" + }, "github/gh-aw-actions/setup@v0.62.5": { "repo": "github/gh-aw-actions/setup", "version": "v0.62.5", diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index b3380d0afd7..ff7ca62aae6 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -650,7 +650,7 @@ jobs: run: bash ${RUNNER_TEMP}/gh-aw/actions/print_prompt_summary.sh - name: Install and pack APM dependencies id: apm_pack - uses: microsoft/apm-action@83d54a6c7941049210433b16c8dfac573665b12a # v1.3.4 + uses: microsoft/apm-action@cc84c04bc73e19e35527f1efa34ea003be9f037f # v1.4.0 env: GITHUB_TOKEN: ${{ secrets.GH_AW_PLUGINS_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} with: @@ -819,7 +819,7 @@ jobs: name: apm path: /tmp/gh-aw/apm-bundle - name: Restore APM dependencies - uses: microsoft/apm-action@83d54a6c7941049210433b16c8dfac573665b12a # v1.3.4 + uses: microsoft/apm-action@cc84c04bc73e19e35527f1efa34ea003be9f037f # v1.4.0 with: bundle: /tmp/gh-aw/apm-bundle/*.tar.gz apm-version: ${{ env.GH_AW_INFO_APM_VERSION }} diff --git a/pkg/workflow/data/action_pins.json b/pkg/workflow/data/action_pins.json index 9056a621b72..b9e919b7cd5 100644 --- a/pkg/workflow/data/action_pins.json +++ b/pkg/workflow/data/action_pins.json @@ -148,11 +148,6 @@ "version": "v4.34.1", "sha": "cb06a0a8527b2c6970741b3a0baa15231dc74a4c" }, - "github/gh-aw-actions/setup@v0": { - "repo": "github/gh-aw-actions/setup", - "version": "v0", - "sha": "50f4fc16883c6c6672d8879affa8fd15d5cc79a4" - }, "github/gh-aw-actions/setup@v0.62.5": { "repo": "github/gh-aw-actions/setup", "version": "v0.62.5", @@ -168,10 +163,10 @@ "version": "v2.10.3", "sha": "9cd1b7bf3f36d5a3c3b17abc3545bfb5481912ea" }, - "microsoft/apm-action@v1.3.4": { + "microsoft/apm-action@v1.4.0": { "repo": "microsoft/apm-action", - "version": "v1.3.4", - "sha": "83d54a6c7941049210433b16c8dfac573665b12a" + "version": "v1.4.0", + "sha": "cc84c04bc73e19e35527f1efa34ea003be9f037f" }, "oven-sh/setup-bun@v2.2.0": { "repo": "oven-sh/setup-bun", From 9c2c306a9c275f4d34d1e8924bf2100ca7d20b5f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:32:50 +0000 Subject: [PATCH 2/2] Add build-wasm as dependency of agent-finish Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8242b09f-4788-44f5-821e-96cb110d6546 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eab74fecefb..61bd74195df 100644 --- a/Makefile +++ b/Makefile @@ -746,7 +746,7 @@ sbom: # Agent should run this task before finishing its turns .PHONY: agent-finish -agent-finish: deps-dev fmt lint build test-all fix recompile dependabot generate-schema-docs generate-agent-factory security-scan +agent-finish: deps-dev fmt lint build build-wasm test-all fix recompile dependabot generate-schema-docs generate-agent-factory security-scan @echo "Agent finished tasks successfully." # Help target