From 3abfa8546c25b44f02602613e426625796d52b8a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:15:59 +0000 Subject: [PATCH 1/4] Initial plan From 10ebd8444476d19e3d02d0131c4b8a4d8a26245a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:19:27 +0000 Subject: [PATCH 2/4] Add BRAVE_API_KEY secret to brave-search MCP server configuration Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- .../workflows/nightly-mcp-stress-test.lock.yml | 15 ++++++++++----- .github/workflows/nightly-mcp-stress-test.md | 2 ++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightly-mcp-stress-test.lock.yml b/.github/workflows/nightly-mcp-stress-test.lock.yml index a04c0b1c..55a84fed 100644 --- a/.github/workflows/nightly-mcp-stress-test.lock.yml +++ b/.github/workflows/nightly-mcp-stress-test.lock.yml @@ -21,12 +21,12 @@ # # Load 20 MCP servers, discover and summarize the tools exported by each server, test tool invocations, and post a comprehensive report as a GitHub issue # -# frontmatter-hash: 5c7716937953d0d780cd12fc0bbbbedb6300042980bcce4a2bb2dc74f0ab2f38 +# frontmatter-hash: 7096810f8254d6e030215bedee1349b5bdc5b7b5d06f4d5cd0ab8052e259a896 name: "Nightly MCP Server Stress Test" "on": schedule: - - cron: "33 2 * * *" + - cron: "32 1 * * *" # Friendly format: daily (scattered) workflow_dispatch: @@ -376,6 +376,7 @@ jobs: - name: Start MCP gateway id: start-mcp-gateway env: + BRAVE_API_KEY: ${{ secrets.BRAVE_API_KEY }} GH_AW_SAFE_OUTPUTS: ${{ env.GH_AW_SAFE_OUTPUTS }} GH_AW_SAFE_OUTPUTS_API_KEY: ${{ steps.safe-outputs-start.outputs.api_key }} GH_AW_SAFE_OUTPUTS_PORT: ${{ steps.safe-outputs-start.outputs.port }} @@ -396,7 +397,7 @@ jobs: # Register API key as secret to mask it from logs echo "::add-mask::${MCP_GATEWAY_API_KEY}" export GH_AW_ENGINE="copilot" - export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e DEBUG -e MCP_GATEWAY_LOG_DIR -e GH_AW_MCP_LOG_DIR -e GH_AW_SAFE_OUTPUTS -e GH_AW_SAFE_OUTPUTS_CONFIG_PATH -e GH_AW_SAFE_OUTPUTS_TOOLS_PATH -e GH_AW_ASSETS_BRANCH -e GH_AW_ASSETS_MAX_SIZE_KB -e GH_AW_ASSETS_ALLOWED_EXTS -e DEFAULT_BRANCH -e GITHUB_MCP_SERVER_TOKEN -e GITHUB_MCP_LOCKDOWN -e GITHUB_REPOSITORY -e GITHUB_SERVER_URL -e GITHUB_SHA -e GITHUB_WORKSPACE -e GITHUB_TOKEN -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e GITHUB_JOB -e GITHUB_ACTION -e GITHUB_EVENT_NAME -e GITHUB_EVENT_PATH -e GITHUB_ACTOR -e GITHUB_ACTOR_ID -e GITHUB_TRIGGERING_ACTOR -e GITHUB_WORKFLOW -e GITHUB_WORKFLOW_REF -e GITHUB_WORKFLOW_SHA -e GITHUB_REF -e GITHUB_REF_NAME -e GITHUB_REF_TYPE -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GH_AW_SAFE_OUTPUTS_PORT -e GH_AW_SAFE_OUTPUTS_API_KEY -v /opt:/opt:ro -v /tmp:/tmp:rw -v '"${GITHUB_WORKSPACE}"':'"${GITHUB_WORKSPACE}"':rw ghcr.io/github/gh-aw-mcpg:v0.0.98' + export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e DEBUG -e MCP_GATEWAY_LOG_DIR -e GH_AW_MCP_LOG_DIR -e GH_AW_SAFE_OUTPUTS -e GH_AW_SAFE_OUTPUTS_CONFIG_PATH -e GH_AW_SAFE_OUTPUTS_TOOLS_PATH -e GH_AW_ASSETS_BRANCH -e GH_AW_ASSETS_MAX_SIZE_KB -e GH_AW_ASSETS_ALLOWED_EXTS -e DEFAULT_BRANCH -e GITHUB_MCP_SERVER_TOKEN -e GITHUB_MCP_LOCKDOWN -e GITHUB_REPOSITORY -e GITHUB_SERVER_URL -e GITHUB_SHA -e GITHUB_WORKSPACE -e GITHUB_TOKEN -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e GITHUB_JOB -e GITHUB_ACTION -e GITHUB_EVENT_NAME -e GITHUB_EVENT_PATH -e GITHUB_ACTOR -e GITHUB_ACTOR_ID -e GITHUB_TRIGGERING_ACTOR -e GITHUB_WORKFLOW -e GITHUB_WORKFLOW_REF -e GITHUB_WORKFLOW_SHA -e GITHUB_REF -e GITHUB_REF_NAME -e GITHUB_REF_TYPE -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GH_AW_SAFE_OUTPUTS_PORT -e GH_AW_SAFE_OUTPUTS_API_KEY -e BRAVE_API_KEY -v /opt:/opt:ro -v /tmp:/tmp:rw -v '"${GITHUB_WORKSPACE}"':'"${GITHUB_WORKSPACE}"':rw ghcr.io/github/gh-aw-mcpg:v0.0.98' mkdir -p /home/runner/.copilot cat << MCPCONFIG_EOF | bash /opt/gh-aw/actions/start_mcp_gateway.sh @@ -407,7 +408,10 @@ jobs: "container": "mcp/brave-search", "tools": [ "*" - ] + ], + "env": { + "BRAVE_API_KEY": "${{ secrets.BRAVE_API_KEY }}" + } }, "duckduckgo": { "type": "stdio", @@ -799,7 +803,8 @@ jobs: const { main } = require('/opt/gh-aw/actions/redact_secrets.cjs'); await main(); env: - GH_AW_SECRET_NAMES: 'COPILOT_GITHUB_TOKEN,GH_AW_GITHUB_MCP_SERVER_TOKEN,GH_AW_GITHUB_TOKEN,GITHUB_TOKEN' + GH_AW_SECRET_NAMES: 'BRAVE_API_KEY,COPILOT_GITHUB_TOKEN,GH_AW_GITHUB_MCP_SERVER_TOKEN,GH_AW_GITHUB_TOKEN,GITHUB_TOKEN' + SECRET_BRAVE_API_KEY: ${{ secrets.BRAVE_API_KEY }} SECRET_COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} SECRET_GH_AW_GITHUB_MCP_SERVER_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN }} SECRET_GH_AW_GITHUB_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN }} diff --git a/.github/workflows/nightly-mcp-stress-test.md b/.github/workflows/nightly-mcp-stress-test.md index 63686902..06217138 100644 --- a/.github/workflows/nightly-mcp-stress-test.md +++ b/.github/workflows/nightly-mcp-stress-test.md @@ -44,6 +44,8 @@ mcp-servers: brave-search: type: stdio container: "mcp/brave-search" + env: + BRAVE_API_KEY: "${{ secrets.BRAVE_API_KEY }}" fetch: type: stdio container: "mcp/fetch" From 549a6b088b6210b976622d47ac7d04572ced5cf7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:22:43 +0000 Subject: [PATCH 3/4] Task completed: BRAVE_API_KEY configuration added and validated Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- .github/workflows/agentics-maintenance.yml | 4 ++-- .../workflows/daily-compliance-checker.lock.yml | 16 ++++++++-------- .../daily-multi-device-docs-tester.lock.yml | 2 +- .../workflows/duplicate-code-detector.lock.yml | 14 +++++++------- .github/workflows/go-fan.lock.yml | 16 ++++++++-------- .github/workflows/go-logger.lock.yml | 16 ++++++++-------- .github/workflows/issue-monster.lock.yml | 16 ++++++++-------- .../workflows/mcp-gateway-log-analyzer.lock.yml | 14 +++++++------- .../workflows/nightly-docs-reconciler.lock.yml | 14 +++++++------- .github/workflows/plan.lock.yml | 16 ++++++++-------- .github/workflows/release.lock.yml | 16 ++++++++-------- .../semantic-function-refactor.lock.yml | 14 +++++++------- .github/workflows/smoke-codex.lock.yml | 2 +- .github/workflows/smoke-copilot.lock.yml | 2 +- .../workflows/test-coverage-improver.lock.yml | 16 ++++++++-------- .github/workflows/test-improver.lock.yml | 16 ++++++++-------- 16 files changed, 97 insertions(+), 97 deletions(-) diff --git a/.github/workflows/agentics-maintenance.yml b/.github/workflows/agentics-maintenance.yml index 06d9676b..91f957f4 100644 --- a/.github/workflows/agentics-maintenance.yml +++ b/.github/workflows/agentics-maintenance.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.41.0). DO NOT EDIT. +# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.41.1). DO NOT EDIT. # # To regenerate this workflow, run: # gh aw compile @@ -47,7 +47,7 @@ jobs: pull-requests: write steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@v0.41.0 + uses: github/gh-aw/actions/setup@v0.41.1 with: destination: /opt/gh-aw/actions diff --git a/.github/workflows/daily-compliance-checker.lock.yml b/.github/workflows/daily-compliance-checker.lock.yml index 8a335cf3..aa92ad4c 100644 --- a/.github/workflows/daily-compliance-checker.lock.yml +++ b/.github/workflows/daily-compliance-checker.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -456,7 +456,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Daily Compliance Checker", experimental: false, supports_tools_allowlist: true, @@ -787,7 +787,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -889,7 +889,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -999,7 +999,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1036,7 +1036,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index ec8ae06b..4c48c7bc 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -31,7 +31,7 @@ name: "Multi-Device Docs Tester" "on": schedule: - - cron: "13 17 * * *" + - cron: "2 0 * * *" # Friendly format: daily (scattered) workflow_dispatch: inputs: diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml index 46688a81..7f11fe4f 100644 --- a/.github/workflows/duplicate-code-detector.lock.yml +++ b/.github/workflows/duplicate-code-detector.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -489,7 +489,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Duplicate Code Detector", experimental: false, supports_tools_allowlist: true, @@ -808,7 +808,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -910,7 +910,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1020,7 +1020,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/go-fan.lock.yml b/.github/workflows/go-fan.lock.yml index d2a28c98..1608fefb 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -50,7 +50,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -92,7 +92,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -462,7 +462,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Go Fan", experimental: false, supports_tools_allowlist: true, @@ -829,7 +829,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -933,7 +933,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1044,7 +1044,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1081,7 +1081,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml index e6cbcfa4..41592790 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -445,7 +445,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Go Logger Enhancement", experimental: false, supports_tools_allowlist: true, @@ -808,7 +808,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -922,7 +922,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1034,7 +1034,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1097,7 +1097,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index ed8c3421..f8e3e5b6 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -55,7 +55,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -98,7 +98,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -456,7 +456,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Issue Monster", experimental: false, supports_tools_allowlist: true, @@ -775,7 +775,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -879,7 +879,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -974,7 +974,7 @@ jobs: activated: ${{ ((steps.check_membership.outputs.is_team_member == 'true') && (steps.check_skip_if_match.outputs.skip_check_ok == 'true')) && (steps.check_skip_if_no_match.outputs.skip_no_match_check_ok == 'true') }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check team membership for workflow @@ -1043,7 +1043,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/mcp-gateway-log-analyzer.lock.yml b/.github/workflows/mcp-gateway-log-analyzer.lock.yml index 6c30a590..fb6287b2 100644 --- a/.github/workflows/mcp-gateway-log-analyzer.lock.yml +++ b/.github/workflows/mcp-gateway-log-analyzer.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -89,7 +89,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -440,7 +440,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "MCP Gateway Log Analyzer", experimental: false, supports_tools_allowlist: true, @@ -760,7 +760,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -862,7 +862,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -972,7 +972,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/nightly-docs-reconciler.lock.yml b/.github/workflows/nightly-docs-reconciler.lock.yml index 7e57a39f..1e2ea90f 100644 --- a/.github/workflows/nightly-docs-reconciler.lock.yml +++ b/.github/workflows/nightly-docs-reconciler.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -447,7 +447,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Nightly Documentation Reconciler", experimental: false, supports_tools_allowlist: true, @@ -766,7 +766,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -868,7 +868,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -978,7 +978,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/plan.lock.yml b/.github/workflows/plan.lock.yml index 4dbeaf2c..e4305623 100644 --- a/.github/workflows/plan.lock.yml +++ b/.github/workflows/plan.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -61,7 +61,7 @@ jobs: text: ${{ steps.compute-text.outputs.text }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -122,7 +122,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -530,7 +530,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Plan Command", experimental: false, supports_tools_allowlist: true, @@ -856,7 +856,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -954,7 +954,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1057,7 +1057,7 @@ jobs: matched_command: ${{ steps.check_command_position.outputs.matched_command }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Add eyes reaction for immediate feedback @@ -1119,7 +1119,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index a75126d6..75d2447b 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -58,7 +58,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -104,7 +104,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -446,7 +446,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Release", experimental: false, supports_tools_allowlist: true, @@ -765,7 +765,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -925,7 +925,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1114,7 +1114,7 @@ jobs: activated: ${{ steps.check_membership.outputs.is_team_member == 'true' }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check team membership for workflow @@ -1251,7 +1251,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml index c3ea2773..b6e3204b 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -51,7 +51,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -92,7 +92,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -481,7 +481,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Semantic Function Refactoring", experimental: false, supports_tools_allowlist: true, @@ -814,7 +814,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -914,7 +914,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1024,7 +1024,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index f889657d..a3e67ffd 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -36,7 +36,7 @@ name: "Smoke Codex" types: - labeled schedule: - - cron: "2 */12 * * *" + - cron: "23 */12 * * *" workflow_dispatch: null permissions: {} diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index 3066b444..b0974669 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -31,7 +31,7 @@ name: "Smoke Copilot" types: - labeled schedule: - - cron: "55 */12 * * *" + - cron: "38 */12 * * *" workflow_dispatch: null permissions: {} diff --git a/.github/workflows/test-coverage-improver.lock.yml b/.github/workflows/test-coverage-improver.lock.yml index fedc9585..e72a39fb 100644 --- a/.github/workflows/test-coverage-improver.lock.yml +++ b/.github/workflows/test-coverage-improver.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -453,7 +453,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Test Coverage Improver", experimental: false, supports_tools_allowlist: true, @@ -820,7 +820,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -934,7 +934,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1046,7 +1046,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1109,7 +1109,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/test-improver.lock.yml b/.github/workflows/test-improver.lock.yml index f5ad3e30..4d0f0ccd 100644 --- a/.github/workflows/test-improver.lock.yml +++ b/.github/workflows/test-improver.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -453,7 +453,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.0", + cli_version: "v0.41.1", workflow_name: "Test Improver", experimental: false, supports_tools_allowlist: true, @@ -818,7 +818,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -932,7 +932,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1044,7 +1044,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1107,7 +1107,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 + uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) From 2049842695d2819719c6accf3d2c17ed3205e680 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Feb 2026 18:53:34 +0000 Subject: [PATCH 4/4] Revert lock.yml files - only change .md file per review feedback Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- .github/workflows/agentics-maintenance.yml | 4 ++-- .../workflows/daily-compliance-checker.lock.yml | 16 ++++++++-------- .../daily-multi-device-docs-tester.lock.yml | 2 +- .../workflows/duplicate-code-detector.lock.yml | 14 +++++++------- .github/workflows/go-fan.lock.yml | 16 ++++++++-------- .github/workflows/go-logger.lock.yml | 16 ++++++++-------- .github/workflows/issue-monster.lock.yml | 16 ++++++++-------- .../workflows/mcp-gateway-log-analyzer.lock.yml | 14 +++++++------- .../workflows/nightly-docs-reconciler.lock.yml | 14 +++++++------- .../workflows/nightly-mcp-stress-test.lock.yml | 15 +++++---------- .github/workflows/plan.lock.yml | 16 ++++++++-------- .github/workflows/release.lock.yml | 16 ++++++++-------- .../semantic-function-refactor.lock.yml | 14 +++++++------- .github/workflows/smoke-codex.lock.yml | 2 +- .github/workflows/smoke-copilot.lock.yml | 2 +- .../workflows/test-coverage-improver.lock.yml | 16 ++++++++-------- .github/workflows/test-improver.lock.yml | 16 ++++++++-------- 17 files changed, 102 insertions(+), 107 deletions(-) diff --git a/.github/workflows/agentics-maintenance.yml b/.github/workflows/agentics-maintenance.yml index 91f957f4..06d9676b 100644 --- a/.github/workflows/agentics-maintenance.yml +++ b/.github/workflows/agentics-maintenance.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.41.1). DO NOT EDIT. +# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.41.0). DO NOT EDIT. # # To regenerate this workflow, run: # gh aw compile @@ -47,7 +47,7 @@ jobs: pull-requests: write steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@v0.41.1 + uses: github/gh-aw/actions/setup@v0.41.0 with: destination: /opt/gh-aw/actions diff --git a/.github/workflows/daily-compliance-checker.lock.yml b/.github/workflows/daily-compliance-checker.lock.yml index aa92ad4c..8a335cf3 100644 --- a/.github/workflows/daily-compliance-checker.lock.yml +++ b/.github/workflows/daily-compliance-checker.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -456,7 +456,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Daily Compliance Checker", experimental: false, supports_tools_allowlist: true, @@ -787,7 +787,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -889,7 +889,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -999,7 +999,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1036,7 +1036,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index 4c48c7bc..ec8ae06b 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -31,7 +31,7 @@ name: "Multi-Device Docs Tester" "on": schedule: - - cron: "2 0 * * *" + - cron: "13 17 * * *" # Friendly format: daily (scattered) workflow_dispatch: inputs: diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml index 7f11fe4f..46688a81 100644 --- a/.github/workflows/duplicate-code-detector.lock.yml +++ b/.github/workflows/duplicate-code-detector.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -489,7 +489,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Duplicate Code Detector", experimental: false, supports_tools_allowlist: true, @@ -808,7 +808,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -910,7 +910,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1020,7 +1020,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/go-fan.lock.yml b/.github/workflows/go-fan.lock.yml index 1608fefb..d2a28c98 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -50,7 +50,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -92,7 +92,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -462,7 +462,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Go Fan", experimental: false, supports_tools_allowlist: true, @@ -829,7 +829,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -933,7 +933,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1044,7 +1044,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1081,7 +1081,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml index 41592790..e6cbcfa4 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -445,7 +445,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Go Logger Enhancement", experimental: false, supports_tools_allowlist: true, @@ -808,7 +808,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -922,7 +922,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1034,7 +1034,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1097,7 +1097,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index f8e3e5b6..ed8c3421 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -55,7 +55,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -98,7 +98,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -456,7 +456,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Issue Monster", experimental: false, supports_tools_allowlist: true, @@ -775,7 +775,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -879,7 +879,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -974,7 +974,7 @@ jobs: activated: ${{ ((steps.check_membership.outputs.is_team_member == 'true') && (steps.check_skip_if_match.outputs.skip_check_ok == 'true')) && (steps.check_skip_if_no_match.outputs.skip_no_match_check_ok == 'true') }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check team membership for workflow @@ -1043,7 +1043,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/mcp-gateway-log-analyzer.lock.yml b/.github/workflows/mcp-gateway-log-analyzer.lock.yml index fb6287b2..6c30a590 100644 --- a/.github/workflows/mcp-gateway-log-analyzer.lock.yml +++ b/.github/workflows/mcp-gateway-log-analyzer.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -89,7 +89,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -440,7 +440,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "MCP Gateway Log Analyzer", experimental: false, supports_tools_allowlist: true, @@ -760,7 +760,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -862,7 +862,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -972,7 +972,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/nightly-docs-reconciler.lock.yml b/.github/workflows/nightly-docs-reconciler.lock.yml index 1e2ea90f..7e57a39f 100644 --- a/.github/workflows/nightly-docs-reconciler.lock.yml +++ b/.github/workflows/nightly-docs-reconciler.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -447,7 +447,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Nightly Documentation Reconciler", experimental: false, supports_tools_allowlist: true, @@ -766,7 +766,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -868,7 +868,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -978,7 +978,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/nightly-mcp-stress-test.lock.yml b/.github/workflows/nightly-mcp-stress-test.lock.yml index 55a84fed..a04c0b1c 100644 --- a/.github/workflows/nightly-mcp-stress-test.lock.yml +++ b/.github/workflows/nightly-mcp-stress-test.lock.yml @@ -21,12 +21,12 @@ # # Load 20 MCP servers, discover and summarize the tools exported by each server, test tool invocations, and post a comprehensive report as a GitHub issue # -# frontmatter-hash: 7096810f8254d6e030215bedee1349b5bdc5b7b5d06f4d5cd0ab8052e259a896 +# frontmatter-hash: 5c7716937953d0d780cd12fc0bbbbedb6300042980bcce4a2bb2dc74f0ab2f38 name: "Nightly MCP Server Stress Test" "on": schedule: - - cron: "32 1 * * *" + - cron: "33 2 * * *" # Friendly format: daily (scattered) workflow_dispatch: @@ -376,7 +376,6 @@ jobs: - name: Start MCP gateway id: start-mcp-gateway env: - BRAVE_API_KEY: ${{ secrets.BRAVE_API_KEY }} GH_AW_SAFE_OUTPUTS: ${{ env.GH_AW_SAFE_OUTPUTS }} GH_AW_SAFE_OUTPUTS_API_KEY: ${{ steps.safe-outputs-start.outputs.api_key }} GH_AW_SAFE_OUTPUTS_PORT: ${{ steps.safe-outputs-start.outputs.port }} @@ -397,7 +396,7 @@ jobs: # Register API key as secret to mask it from logs echo "::add-mask::${MCP_GATEWAY_API_KEY}" export GH_AW_ENGINE="copilot" - export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e DEBUG -e MCP_GATEWAY_LOG_DIR -e GH_AW_MCP_LOG_DIR -e GH_AW_SAFE_OUTPUTS -e GH_AW_SAFE_OUTPUTS_CONFIG_PATH -e GH_AW_SAFE_OUTPUTS_TOOLS_PATH -e GH_AW_ASSETS_BRANCH -e GH_AW_ASSETS_MAX_SIZE_KB -e GH_AW_ASSETS_ALLOWED_EXTS -e DEFAULT_BRANCH -e GITHUB_MCP_SERVER_TOKEN -e GITHUB_MCP_LOCKDOWN -e GITHUB_REPOSITORY -e GITHUB_SERVER_URL -e GITHUB_SHA -e GITHUB_WORKSPACE -e GITHUB_TOKEN -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e GITHUB_JOB -e GITHUB_ACTION -e GITHUB_EVENT_NAME -e GITHUB_EVENT_PATH -e GITHUB_ACTOR -e GITHUB_ACTOR_ID -e GITHUB_TRIGGERING_ACTOR -e GITHUB_WORKFLOW -e GITHUB_WORKFLOW_REF -e GITHUB_WORKFLOW_SHA -e GITHUB_REF -e GITHUB_REF_NAME -e GITHUB_REF_TYPE -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GH_AW_SAFE_OUTPUTS_PORT -e GH_AW_SAFE_OUTPUTS_API_KEY -e BRAVE_API_KEY -v /opt:/opt:ro -v /tmp:/tmp:rw -v '"${GITHUB_WORKSPACE}"':'"${GITHUB_WORKSPACE}"':rw ghcr.io/github/gh-aw-mcpg:v0.0.98' + export MCP_GATEWAY_DOCKER_COMMAND='docker run -i --rm --network host -v /var/run/docker.sock:/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e DEBUG -e MCP_GATEWAY_LOG_DIR -e GH_AW_MCP_LOG_DIR -e GH_AW_SAFE_OUTPUTS -e GH_AW_SAFE_OUTPUTS_CONFIG_PATH -e GH_AW_SAFE_OUTPUTS_TOOLS_PATH -e GH_AW_ASSETS_BRANCH -e GH_AW_ASSETS_MAX_SIZE_KB -e GH_AW_ASSETS_ALLOWED_EXTS -e DEFAULT_BRANCH -e GITHUB_MCP_SERVER_TOKEN -e GITHUB_MCP_LOCKDOWN -e GITHUB_REPOSITORY -e GITHUB_SERVER_URL -e GITHUB_SHA -e GITHUB_WORKSPACE -e GITHUB_TOKEN -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RUN_ATTEMPT -e GITHUB_JOB -e GITHUB_ACTION -e GITHUB_EVENT_NAME -e GITHUB_EVENT_PATH -e GITHUB_ACTOR -e GITHUB_ACTOR_ID -e GITHUB_TRIGGERING_ACTOR -e GITHUB_WORKFLOW -e GITHUB_WORKFLOW_REF -e GITHUB_WORKFLOW_SHA -e GITHUB_REF -e GITHUB_REF_NAME -e GITHUB_REF_TYPE -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GH_AW_SAFE_OUTPUTS_PORT -e GH_AW_SAFE_OUTPUTS_API_KEY -v /opt:/opt:ro -v /tmp:/tmp:rw -v '"${GITHUB_WORKSPACE}"':'"${GITHUB_WORKSPACE}"':rw ghcr.io/github/gh-aw-mcpg:v0.0.98' mkdir -p /home/runner/.copilot cat << MCPCONFIG_EOF | bash /opt/gh-aw/actions/start_mcp_gateway.sh @@ -408,10 +407,7 @@ jobs: "container": "mcp/brave-search", "tools": [ "*" - ], - "env": { - "BRAVE_API_KEY": "${{ secrets.BRAVE_API_KEY }}" - } + ] }, "duckduckgo": { "type": "stdio", @@ -803,8 +799,7 @@ jobs: const { main } = require('/opt/gh-aw/actions/redact_secrets.cjs'); await main(); env: - GH_AW_SECRET_NAMES: 'BRAVE_API_KEY,COPILOT_GITHUB_TOKEN,GH_AW_GITHUB_MCP_SERVER_TOKEN,GH_AW_GITHUB_TOKEN,GITHUB_TOKEN' - SECRET_BRAVE_API_KEY: ${{ secrets.BRAVE_API_KEY }} + GH_AW_SECRET_NAMES: 'COPILOT_GITHUB_TOKEN,GH_AW_GITHUB_MCP_SERVER_TOKEN,GH_AW_GITHUB_TOKEN,GITHUB_TOKEN' SECRET_COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }} SECRET_GH_AW_GITHUB_MCP_SERVER_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN }} SECRET_GH_AW_GITHUB_TOKEN: ${{ secrets.GH_AW_GITHUB_TOKEN }} diff --git a/.github/workflows/plan.lock.yml b/.github/workflows/plan.lock.yml index e4305623..4dbeaf2c 100644 --- a/.github/workflows/plan.lock.yml +++ b/.github/workflows/plan.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -61,7 +61,7 @@ jobs: text: ${{ steps.compute-text.outputs.text }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -122,7 +122,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -530,7 +530,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Plan Command", experimental: false, supports_tools_allowlist: true, @@ -856,7 +856,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -954,7 +954,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1057,7 +1057,7 @@ jobs: matched_command: ${{ steps.check_command_position.outputs.matched_command }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Add eyes reaction for immediate feedback @@ -1119,7 +1119,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index 75d2447b..a75126d6 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -58,7 +58,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -104,7 +104,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -446,7 +446,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Release", experimental: false, supports_tools_allowlist: true, @@ -765,7 +765,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -925,7 +925,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1114,7 +1114,7 @@ jobs: activated: ${{ steps.check_membership.outputs.is_team_member == 'true' }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check team membership for workflow @@ -1251,7 +1251,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml index b6e3204b..c3ea2773 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -51,7 +51,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -92,7 +92,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -481,7 +481,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Semantic Function Refactoring", experimental: false, supports_tools_allowlist: true, @@ -814,7 +814,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -914,7 +914,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1024,7 +1024,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index a3e67ffd..f889657d 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -36,7 +36,7 @@ name: "Smoke Codex" types: - labeled schedule: - - cron: "23 */12 * * *" + - cron: "2 */12 * * *" workflow_dispatch: null permissions: {} diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index b0974669..3066b444 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -31,7 +31,7 @@ name: "Smoke Copilot" types: - labeled schedule: - - cron: "38 */12 * * *" + - cron: "55 */12 * * *" workflow_dispatch: null permissions: {} diff --git a/.github/workflows/test-coverage-improver.lock.yml b/.github/workflows/test-coverage-improver.lock.yml index e72a39fb..fedc9585 100644 --- a/.github/workflows/test-coverage-improver.lock.yml +++ b/.github/workflows/test-coverage-improver.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -453,7 +453,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Test Coverage Improver", experimental: false, supports_tools_allowlist: true, @@ -820,7 +820,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -934,7 +934,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1046,7 +1046,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1109,7 +1109,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default) diff --git a/.github/workflows/test-improver.lock.yml b/.github/workflows/test-improver.lock.yml index 4d0f0ccd..f5ad3e30 100644 --- a/.github/workflows/test-improver.lock.yml +++ b/.github/workflows/test-improver.lock.yml @@ -13,7 +13,7 @@ # \ /\ / (_) | | | | ( | | | | (_) \ V V /\__ \ # \/ \/ \___/|_| |_|\_\|_| |_|\___/ \_/\_/ |___/ # -# This file was automatically generated by gh-aw (v0.41.1). DO NOT EDIT. +# This file was automatically generated by gh-aw (v0.41.0). DO NOT EDIT. # # To update this file, edit the corresponding .md file and run: # gh aw compile @@ -47,7 +47,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Check workflow file timestamps @@ -88,7 +88,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -453,7 +453,7 @@ jobs: model: process.env.GH_AW_MODEL_AGENT_COPILOT || "", version: "", agent_version: "0.0.402", - cli_version: "v0.41.1", + cli_version: "v0.41.0", workflow_name: "Test Improver", experimental: false, supports_tools_allowlist: true, @@ -818,7 +818,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Debug job inputs @@ -932,7 +932,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1044,7 +1044,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -1107,7 +1107,7 @@ jobs: permissions: {} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@d47697b2bf91080b55fb9c6905576c36e061011a # v0.41.1 + uses: github/gh-aw/actions/setup@c4c684b542cf39735ac092c09020d06b8f34eb8c # v0.41.0 with: destination: /opt/gh-aw/actions - name: Download cache-memory artifact (default)