From 422791b28c38ac4274a92f94a8edacf742cb6eb9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:38:54 +0000 Subject: [PATCH 1/3] Initial plan From 4e12ef4ed8caebb7b57e8ab3748ccdc364e132ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:41:53 +0000 Subject: [PATCH 2/3] fix: rename step to "Precompute campaign discovery" Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/security-alert-burndown.campaign.g.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-alert-burndown.campaign.g.md b/.github/workflows/security-alert-burndown.campaign.g.md index 79387f11294..47b03ffd39e 100644 --- a/.github/workflows/security-alert-burndown.campaign.g.md +++ b/.github/workflows/security-alert-burndown.campaign.g.md @@ -52,7 +52,7 @@ steps: GH_AW_TRACKER_LABEL: campaign:security-alert-burndown GH_AW_WORKFLOWS: code-scanning-fixer,security-fix-pr,security-review id: discovery - name: Run campaign discovery precomputation + name: Precompute campaign discovery uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd with: github-token: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} From b1d0898a95c7ffc32938183107ce30e0add55b23 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:42:24 +0000 Subject: [PATCH 3/3] fix: recompile workflow after step name update Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/security-alert-burndown.campaign.g.lock.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-alert-burndown.campaign.g.lock.yml b/.github/workflows/security-alert-burndown.campaign.g.lock.yml index 72430a9fb88..9ba5ac15542 100644 --- a/.github/workflows/security-alert-burndown.campaign.g.lock.yml +++ b/.github/workflows/security-alert-burndown.campaign.g.lock.yml @@ -23,7 +23,7 @@ # # Orchestrator workflow for campaign 'security-alert-burndown' # -# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"6cd777197ff20097174c752a68c0620617aa3b420fcd5f527dbab177c2a681ea"} +# gh-aw-metadata: {"schema_version":"v1","frontmatter_hash":"44e9ad89fc3f881e52e25ebc92ed461a8df570529c59e8a155cfb0e503531a80"} name: "Security Alert Burndown" "on": @@ -292,7 +292,7 @@ jobs: GH_AW_TRACKER_LABEL: campaign:security-alert-burndown GH_AW_WORKFLOWS: code-scanning-fixer,security-fix-pr,security-review id: discovery - name: Run campaign discovery precomputation + name: Precompute campaign discovery uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: github-token: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}