diff --git a/.github/workflows/ace-editor.lock.yml b/.github/workflows/ace-editor.lock.yml index fa06df0cd35..d6653eba08a 100644 --- a/.github/workflows/ace-editor.lock.yml +++ b/.github/workflows/ace-editor.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -302,11 +304,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -609,11 +613,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 diff --git a/.github/workflows/agent-performance-analyzer.lock.yml b/.github/workflows/agent-performance-analyzer.lock.yml index 8ce2e9fdb61..d631ebbf3e3 100644 --- a/.github/workflows/agent-performance-analyzer.lock.yml +++ b/.github/workflows/agent-performance-analyzer.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -942,11 +946,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1053,11 +1059,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1196,11 +1204,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1236,11 +1246,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1287,15 +1299,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1333,11 +1336,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/agent-persona-explorer.lock.yml b/.github/workflows/agent-persona-explorer.lock.yml index 5cbdf1c1e96..9db39a62074 100644 --- a/.github/workflows/agent-persona-explorer.lock.yml +++ b/.github/workflows/agent-persona-explorer.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -295,11 +297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -883,11 +887,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -991,11 +997,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1133,11 +1141,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1182,11 +1192,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1251,11 +1263,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/agentic-observability-kit.lock.yml b/.github/workflows/agentic-observability-kit.lock.yml index 145d7ed5316..decec2a03f1 100644 --- a/.github/workflows/agentic-observability-kit.lock.yml +++ b/.github/workflows/agentic-observability-kit.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -890,11 +894,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1002,11 +1008,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1167,11 +1175,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/agentics-maintenance.yml b/.github/workflows/agentics-maintenance.yml index d2e1f05d0e1..2e723cb5174 100644 --- a/.github/workflows/agentics-maintenance.yml +++ b/.github/workflows/agentics-maintenance.yml @@ -71,12 +71,14 @@ jobs: with: sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Close expired discussions uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 diff --git a/.github/workflows/ai-moderator.lock.yml b/.github/workflows/ai-moderator.lock.yml index 14ab6961687..399ccfe9d0a 100644 --- a/.github/workflows/ai-moderator.lock.yml +++ b/.github/workflows/ai-moderator.lock.yml @@ -84,11 +84,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -327,11 +329,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -840,11 +844,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -943,11 +949,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check user rate limit id: check_rate_limit uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1022,11 +1030,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1091,11 +1101,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Unlock issue after agent workflow id: unlock-issue if: (github.event_name == 'issues' || github.event_name == 'issue_comment') && needs.activation.outputs.issue_locked == 'true' diff --git a/.github/workflows/archie.lock.yml b/.github/workflows/archie.lock.yml index bdf2a3ae8b4..f9cfbd565f8 100644 --- a/.github/workflows/archie.lock.yml +++ b/.github/workflows/archie.lock.yml @@ -80,11 +80,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -379,11 +381,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -899,11 +903,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1024,11 +1030,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1168,11 +1176,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1232,11 +1242,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/artifacts-summary.lock.yml b/.github/workflows/artifacts-summary.lock.yml index 00c52a2badd..cc7ef4beca3 100644 --- a/.github/workflows/artifacts-summary.lock.yml +++ b/.github/workflows/artifacts-summary.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -280,11 +282,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -777,11 +781,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -884,11 +890,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1044,11 +1052,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/audit-workflows.lock.yml b/.github/workflows/audit-workflows.lock.yml index ff363f67195..7b0e0a168fd 100644 --- a/.github/workflows/audit-workflows.lock.yml +++ b/.github/workflows/audit-workflows.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -314,11 +316,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1023,11 +1027,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1138,11 +1144,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1305,11 +1313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1356,15 +1366,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1398,11 +1399,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1467,11 +1470,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1512,11 +1517,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/auto-triage-issues.lock.yml b/.github/workflows/auto-triage-issues.lock.yml index 77cfd06c17c..2fe784ee315 100644 --- a/.github/workflows/auto-triage-issues.lock.yml +++ b/.github/workflows/auto-triage-issues.lock.yml @@ -74,11 +74,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -293,11 +295,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -827,11 +831,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -934,11 +940,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1078,11 +1086,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1143,11 +1153,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/blog-auditor.lock.yml b/.github/workflows/blog-auditor.lock.yml index 910172f8e84..bb9ac7e0ff7 100644 --- a/.github/workflows/blog-auditor.lock.yml +++ b/.github/workflows/blog-auditor.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -287,11 +289,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -895,11 +899,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1006,11 +1012,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1183,11 +1191,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/bot-detection.lock.yml b/.github/workflows/bot-detection.lock.yml index 687c767b55f..a4a8a04b706 100644 --- a/.github/workflows/bot-detection.lock.yml +++ b/.github/workflows/bot-detection.lock.yml @@ -63,11 +63,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -296,11 +298,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -852,11 +856,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1778,11 +1784,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/brave.lock.yml b/.github/workflows/brave.lock.yml index 1603f099597..ea4c161fd76 100644 --- a/.github/workflows/brave.lock.yml +++ b/.github/workflows/brave.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -333,11 +335,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -843,11 +847,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -968,11 +974,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1112,11 +1120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1176,11 +1186,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/breaking-change-checker.lock.yml b/.github/workflows/breaking-change-checker.lock.yml index e8725c01da6..039b635a52f 100644 --- a/.github/workflows/breaking-change-checker.lock.yml +++ b/.github/workflows/breaking-change-checker.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -286,11 +288,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -809,11 +813,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -921,11 +927,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1064,11 +1072,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1131,11 +1141,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/changeset.lock.yml b/.github/workflows/changeset.lock.yml index 13fd794707d..4f60135986d 100644 --- a/.github/workflows/changeset.lock.yml +++ b/.github/workflows/changeset.lock.yml @@ -83,11 +83,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -336,11 +338,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -867,11 +871,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -975,11 +981,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1025,11 +1033,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/ci-coach.lock.yml b/.github/workflows/ci-coach.lock.yml index 3a2395db101..b962f10df75 100644 --- a/.github/workflows/ci-coach.lock.yml +++ b/.github/workflows/ci-coach.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -303,11 +305,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -866,11 +870,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -992,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1156,11 +1164,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1254,11 +1264,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/ci-doctor.lock.yml b/.github/workflows/ci-doctor.lock.yml index ee722dce73d..5c92ae7f453 100644 --- a/.github/workflows/ci-doctor.lock.yml +++ b/.github/workflows/ci-doctor.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -370,11 +372,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1005,11 +1009,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1138,11 +1144,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1281,11 +1289,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1338,11 +1348,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1407,11 +1419,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/claude-code-user-docs-review.lock.yml b/.github/workflows/claude-code-user-docs-review.lock.yml index 6289d64adc5..8cef74d918b 100644 --- a/.github/workflows/claude-code-user-docs-review.lock.yml +++ b/.github/workflows/claude-code-user-docs-review.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -292,11 +294,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -856,11 +860,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -967,11 +973,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1144,11 +1152,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1213,11 +1223,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/cli-consistency-checker.lock.yml b/.github/workflows/cli-consistency-checker.lock.yml index 3815514ad27..756dfeb5440 100644 --- a/.github/workflows/cli-consistency-checker.lock.yml +++ b/.github/workflows/cli-consistency-checker.lock.yml @@ -60,11 +60,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -271,11 +273,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -774,11 +778,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -879,11 +885,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1040,11 +1048,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/cli-version-checker.lock.yml b/.github/workflows/cli-version-checker.lock.yml index d666e6c15a3..9c044a0c274 100644 --- a/.github/workflows/cli-version-checker.lock.yml +++ b/.github/workflows/cli-version-checker.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -293,11 +295,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -867,11 +871,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -972,11 +978,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1149,11 +1157,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1218,11 +1228,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/cloclo.lock.yml b/.github/workflows/cloclo.lock.yml index 254594cb1ef..b233bda09db 100644 --- a/.github/workflows/cloclo.lock.yml +++ b/.github/workflows/cloclo.lock.yml @@ -98,11 +98,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -442,11 +444,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1209,11 +1213,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1350,11 +1356,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1510,11 +1518,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1577,11 +1587,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1675,11 +1687,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/code-scanning-fixer.lock.yml b/.github/workflows/code-scanning-fixer.lock.yml index b41011cf7fa..868d215c02a 100644 --- a/.github/workflows/code-scanning-fixer.lock.yml +++ b/.github/workflows/code-scanning-fixer.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -291,11 +293,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -855,11 +859,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -980,11 +986,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1123,11 +1131,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1176,11 +1186,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1227,15 +1239,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1271,11 +1274,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1369,11 +1374,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/code-simplifier.lock.yml b/.github/workflows/code-simplifier.lock.yml index dbc7ad1c611..5dd41433c5e 100644 --- a/.github/workflows/code-simplifier.lock.yml +++ b/.github/workflows/code-simplifier.lock.yml @@ -70,11 +70,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -295,11 +297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -802,11 +806,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -929,11 +935,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1071,11 +1079,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1137,11 +1147,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/codex-github-remote-mcp-test.lock.yml b/.github/workflows/codex-github-remote-mcp-test.lock.yml index f923362f1e3..c63fe096855 100644 --- a/.github/workflows/codex-github-remote-mcp-test.lock.yml +++ b/.github/workflows/codex-github-remote-mcp-test.lock.yml @@ -59,11 +59,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -256,11 +258,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/commit-changes-analyzer.lock.yml b/.github/workflows/commit-changes-analyzer.lock.yml index 587481d107d..880994c3072 100644 --- a/.github/workflows/commit-changes-analyzer.lock.yml +++ b/.github/workflows/commit-changes-analyzer.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -829,11 +833,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -936,11 +942,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1112,11 +1120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/constraint-solving-potd.lock.yml b/.github/workflows/constraint-solving-potd.lock.yml index 0484d69af27..3bb3b532280 100644 --- a/.github/workflows/constraint-solving-potd.lock.yml +++ b/.github/workflows/constraint-solving-potd.lock.yml @@ -61,11 +61,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -278,11 +280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -779,11 +783,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -886,11 +892,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1045,11 +1053,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1114,11 +1124,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/contribution-check.lock.yml b/.github/workflows/contribution-check.lock.yml index f9dd2c577ea..56038b0b5b0 100644 --- a/.github/workflows/contribution-check.lock.yml +++ b/.github/workflows/contribution-check.lock.yml @@ -64,11 +64,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -281,11 +283,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -823,11 +827,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -929,11 +935,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1093,11 +1101,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/copilot-agent-analysis.lock.yml b/.github/workflows/copilot-agent-analysis.lock.yml index 1b5e9a9b213..cc093a0e4db 100644 --- a/.github/workflows/copilot-agent-analysis.lock.yml +++ b/.github/workflows/copilot-agent-analysis.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -315,11 +317,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -907,11 +911,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1018,11 +1024,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1185,11 +1193,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1236,15 +1246,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1277,11 +1278,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1346,11 +1349,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/copilot-cli-deep-research.lock.yml b/.github/workflows/copilot-cli-deep-research.lock.yml index 0a67f69a325..6ceae75dfd5 100644 --- a/.github/workflows/copilot-cli-deep-research.lock.yml +++ b/.github/workflows/copilot-cli-deep-research.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -295,11 +297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -834,11 +838,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -945,11 +951,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1096,11 +1104,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1147,15 +1157,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1188,11 +1189,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/copilot-pr-merged-report.lock.yml b/.github/workflows/copilot-pr-merged-report.lock.yml index 3ada39c0320..ad74a656cfd 100644 --- a/.github/workflows/copilot-pr-merged-report.lock.yml +++ b/.github/workflows/copilot-pr-merged-report.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -301,11 +303,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -954,11 +958,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1061,11 +1067,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1221,11 +1229,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1290,11 +1300,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/copilot-pr-nlp-analysis.lock.yml b/.github/workflows/copilot-pr-nlp-analysis.lock.yml index bd85cde4e53..a35d9651bf9 100644 --- a/.github/workflows/copilot-pr-nlp-analysis.lock.yml +++ b/.github/workflows/copilot-pr-nlp-analysis.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -321,11 +323,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -918,11 +922,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1029,11 +1035,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1180,11 +1188,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1231,15 +1241,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1272,11 +1273,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1341,11 +1344,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1386,11 +1391,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/copilot-pr-prompt-analysis.lock.yml b/.github/workflows/copilot-pr-prompt-analysis.lock.yml index f7216d65735..6bd1af26189 100644 --- a/.github/workflows/copilot-pr-prompt-analysis.lock.yml +++ b/.github/workflows/copilot-pr-prompt-analysis.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -312,11 +314,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -854,11 +858,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -965,11 +971,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1116,11 +1124,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1167,15 +1177,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1208,11 +1209,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1277,11 +1280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/copilot-session-insights.lock.yml b/.github/workflows/copilot-session-insights.lock.yml index 6f5ef5b39c6..d760867b838 100644 --- a/.github/workflows/copilot-session-insights.lock.yml +++ b/.github/workflows/copilot-session-insights.lock.yml @@ -71,11 +71,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -330,11 +332,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -970,11 +974,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1081,11 +1087,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1248,11 +1256,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1299,15 +1309,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1340,11 +1341,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1409,11 +1412,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1454,11 +1459,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/craft.lock.yml b/.github/workflows/craft.lock.yml index 01d92ee3848..dbf2117aacb 100644 --- a/.github/workflows/craft.lock.yml +++ b/.github/workflows/craft.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -326,11 +328,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -842,11 +846,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -969,11 +975,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1113,11 +1121,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1180,11 +1190,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-architecture-diagram.lock.yml b/.github/workflows/daily-architecture-diagram.lock.yml index fe68fe38537..d5631420321 100644 --- a/.github/workflows/daily-architecture-diagram.lock.yml +++ b/.github/workflows/daily-architecture-diagram.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -286,11 +288,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -844,11 +848,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -965,11 +971,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1130,11 +1138,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1228,11 +1238,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-assign-issue-to-user.lock.yml b/.github/workflows/daily-assign-issue-to-user.lock.yml index 9b61388ecbf..9ae3820ad53 100644 --- a/.github/workflows/daily-assign-issue-to-user.lock.yml +++ b/.github/workflows/daily-assign-issue-to-user.lock.yml @@ -60,11 +60,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -268,11 +270,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -780,11 +784,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -885,11 +891,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1049,11 +1057,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-choice-test.lock.yml b/.github/workflows/daily-choice-test.lock.yml index 5d86d660064..8cac0d95eb9 100644 --- a/.github/workflows/daily-choice-test.lock.yml +++ b/.github/workflows/daily-choice-test.lock.yml @@ -61,11 +61,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -272,11 +274,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -818,11 +822,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -927,11 +933,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1102,11 +1110,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-cli-performance.lock.yml b/.github/workflows/daily-cli-performance.lock.yml index d2cb761e3c1..3912b8de644 100644 --- a/.github/workflows/daily-cli-performance.lock.yml +++ b/.github/workflows/daily-cli-performance.lock.yml @@ -93,11 +93,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -329,11 +331,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1024,11 +1028,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1137,11 +1143,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1282,11 +1290,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1342,11 +1352,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1393,15 +1405,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1440,11 +1443,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-cli-tools-tester.lock.yml b/.github/workflows/daily-cli-tools-tester.lock.yml index 7e2f95d686f..63726de5301 100644 --- a/.github/workflows/daily-cli-tools-tester.lock.yml +++ b/.github/workflows/daily-cli-tools-tester.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -862,11 +866,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -968,11 +974,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1128,11 +1136,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-code-metrics.lock.yml b/.github/workflows/daily-code-metrics.lock.yml index 8764a9e4fcc..d50dcd792b7 100644 --- a/.github/workflows/daily-code-metrics.lock.yml +++ b/.github/workflows/daily-code-metrics.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -944,11 +948,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1059,11 +1065,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1226,11 +1234,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1277,15 +1287,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1319,11 +1320,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1388,11 +1391,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1433,11 +1438,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-community-attribution.lock.yml b/.github/workflows/daily-community-attribution.lock.yml index 72556476950..c4c34324165 100644 --- a/.github/workflows/daily-community-attribution.lock.yml +++ b/.github/workflows/daily-community-attribution.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -866,11 +870,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -992,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1142,11 +1150,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1193,15 +1203,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1237,11 +1238,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-compiler-quality.lock.yml b/.github/workflows/daily-compiler-quality.lock.yml index b2045e9b833..16746ba5e17 100644 --- a/.github/workflows/daily-compiler-quality.lock.yml +++ b/.github/workflows/daily-compiler-quality.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -323,11 +325,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -887,11 +891,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -998,11 +1004,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1159,11 +1167,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1228,11 +1238,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-copilot-token-report.lock.yml b/.github/workflows/daily-copilot-token-report.lock.yml index b48c961ad0f..1dca2c12102 100644 --- a/.github/workflows/daily-copilot-token-report.lock.yml +++ b/.github/workflows/daily-copilot-token-report.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -305,11 +307,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -922,11 +926,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1037,11 +1043,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1188,11 +1196,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1239,15 +1249,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1281,11 +1282,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1350,11 +1353,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1395,11 +1400,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-doc-healer.lock.yml b/.github/workflows/daily-doc-healer.lock.yml index 7dd7f6d9c85..59beaa67758 100644 --- a/.github/workflows/daily-doc-healer.lock.yml +++ b/.github/workflows/daily-doc-healer.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -298,11 +300,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -988,11 +992,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1116,11 +1122,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1274,11 +1282,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1369,11 +1379,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1482,11 +1494,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-doc-updater.lock.yml b/.github/workflows/daily-doc-updater.lock.yml index 659b106ad4f..d3a05303e6f 100644 --- a/.github/workflows/daily-doc-updater.lock.yml +++ b/.github/workflows/daily-doc-updater.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -294,11 +296,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -951,11 +955,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1077,11 +1083,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1235,11 +1243,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1326,11 +1336,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1424,11 +1436,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-fact.lock.yml b/.github/workflows/daily-fact.lock.yml index 9bec7e0d1e3..5c6aa432135 100644 --- a/.github/workflows/daily-fact.lock.yml +++ b/.github/workflows/daily-fact.lock.yml @@ -58,9 +58,10 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@v0 - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -323,9 +324,10 @@ jobs: output_types: ${{ steps.collect_output.outputs.output_types }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@v0 - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -811,9 +813,10 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@v0 - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -912,9 +915,10 @@ jobs: detection_success: ${{ steps.detection_conclusion.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw-actions/setup@v0 - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1069,9 +1073,10 @@ 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@v0 - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-file-diet.lock.yml b/.github/workflows/daily-file-diet.lock.yml index d02afd7ed0d..495ff0b80be 100644 --- a/.github/workflows/daily-file-diet.lock.yml +++ b/.github/workflows/daily-file-diet.lock.yml @@ -71,11 +71,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -328,11 +330,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -882,11 +886,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -991,11 +997,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1134,11 +1142,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1198,11 +1208,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-firewall-report.lock.yml b/.github/workflows/daily-firewall-report.lock.yml index 6f2f01ec7ef..67b31e40db5 100644 --- a/.github/workflows/daily-firewall-report.lock.yml +++ b/.github/workflows/daily-firewall-report.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -298,11 +300,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -935,11 +939,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1047,11 +1053,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1207,11 +1215,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1276,11 +1286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1321,11 +1333,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-function-namer.lock.yml b/.github/workflows/daily-function-namer.lock.yml index 4a390cad657..a32b434ee0f 100644 --- a/.github/workflows/daily-function-namer.lock.yml +++ b/.github/workflows/daily-function-namer.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -328,11 +330,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -925,11 +929,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1034,11 +1040,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1212,11 +1220,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1281,11 +1291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-integrity-analysis.lock.yml b/.github/workflows/daily-integrity-analysis.lock.yml index 86256fad93b..27afe560095 100644 --- a/.github/workflows/daily-integrity-analysis.lock.yml +++ b/.github/workflows/daily-integrity-analysis.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -299,11 +301,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -940,11 +944,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1052,11 +1058,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1212,11 +1220,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1281,11 +1291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1326,11 +1338,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-issues-report.lock.yml b/.github/workflows/daily-issues-report.lock.yml index 1703c69fcd2..dfbda090f72 100644 --- a/.github/workflows/daily-issues-report.lock.yml +++ b/.github/workflows/daily-issues-report.lock.yml @@ -73,11 +73,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -318,11 +320,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -934,11 +938,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1045,11 +1051,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1187,11 +1195,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1237,11 +1247,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1306,11 +1318,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1351,11 +1365,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-malicious-code-scan.lock.yml b/.github/workflows/daily-malicious-code-scan.lock.yml index 02e09252356..328e89b5b3e 100644 --- a/.github/workflows/daily-malicious-code-scan.lock.yml +++ b/.github/workflows/daily-malicious-code-scan.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -277,11 +279,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -783,11 +787,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -905,11 +911,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-mcp-concurrency-analysis.lock.yml b/.github/workflows/daily-mcp-concurrency-analysis.lock.yml index 625f8ad829b..d49beab788e 100644 --- a/.github/workflows/daily-mcp-concurrency-analysis.lock.yml +++ b/.github/workflows/daily-mcp-concurrency-analysis.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -322,11 +324,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -909,11 +913,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1018,11 +1024,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1182,11 +1190,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1263,11 +1273,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-multi-device-docs-tester.lock.yml b/.github/workflows/daily-multi-device-docs-tester.lock.yml index 6793e3fd431..5c6bbec509b 100644 --- a/.github/workflows/daily-multi-device-docs-tester.lock.yml +++ b/.github/workflows/daily-multi-device-docs-tester.lock.yml @@ -71,11 +71,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -299,11 +301,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -943,11 +947,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1052,11 +1058,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1230,11 +1238,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1299,11 +1309,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-news.lock.yml b/.github/workflows/daily-news.lock.yml index 3a0199c0b11..3b90996be16 100644 --- a/.github/workflows/daily-news.lock.yml +++ b/.github/workflows/daily-news.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -316,11 +318,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -990,11 +994,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1105,11 +1111,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1256,11 +1264,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1307,15 +1317,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1349,11 +1350,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1418,11 +1421,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1463,11 +1468,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-observability-report.lock.yml b/.github/workflows/daily-observability-report.lock.yml index 16527594741..9f6970c360a 100644 --- a/.github/workflows/daily-observability-report.lock.yml +++ b/.github/workflows/daily-observability-report.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -290,11 +292,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -903,11 +907,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1014,11 +1020,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1156,11 +1164,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1206,11 +1216,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-performance-summary.lock.yml b/.github/workflows/daily-performance-summary.lock.yml index d787de10296..0806aaf4547 100644 --- a/.github/workflows/daily-performance-summary.lock.yml +++ b/.github/workflows/daily-performance-summary.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -302,11 +304,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1377,11 +1381,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1489,11 +1495,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1649,11 +1657,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1718,11 +1728,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1763,11 +1775,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-regulatory.lock.yml b/.github/workflows/daily-regulatory.lock.yml index 2723d88df8a..b811bcde9cb 100644 --- a/.github/workflows/daily-regulatory.lock.yml +++ b/.github/workflows/daily-regulatory.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -289,11 +291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1298,11 +1302,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1410,11 +1416,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1570,11 +1578,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-rendering-scripts-verifier.lock.yml b/.github/workflows/daily-rendering-scripts-verifier.lock.yml index cef088b789a..eadcc4a5a0b 100644 --- a/.github/workflows/daily-rendering-scripts-verifier.lock.yml +++ b/.github/workflows/daily-rendering-scripts-verifier.lock.yml @@ -70,11 +70,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -303,11 +305,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -980,11 +984,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1106,11 +1112,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1265,11 +1273,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1331,11 +1341,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1429,11 +1441,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-repo-chronicle.lock.yml b/.github/workflows/daily-repo-chronicle.lock.yml index 517f2f636a1..e55f79de290 100644 --- a/.github/workflows/daily-repo-chronicle.lock.yml +++ b/.github/workflows/daily-repo-chronicle.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -294,11 +296,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -857,11 +861,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -968,11 +974,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1129,11 +1137,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1198,11 +1208,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1243,11 +1255,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/daily-safe-output-integrator.lock.yml b/.github/workflows/daily-safe-output-integrator.lock.yml index f8f7a366da9..7fe8f0368e2 100644 --- a/.github/workflows/daily-safe-output-integrator.lock.yml +++ b/.github/workflows/daily-safe-output-integrator.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -281,11 +283,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -822,11 +826,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -948,11 +954,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1112,11 +1120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-safe-output-optimizer.lock.yml b/.github/workflows/daily-safe-output-optimizer.lock.yml index 910f26ca929..a78b205e071 100644 --- a/.github/workflows/daily-safe-output-optimizer.lock.yml +++ b/.github/workflows/daily-safe-output-optimizer.lock.yml @@ -72,11 +72,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -307,11 +309,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -972,11 +976,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1077,11 +1083,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1236,11 +1244,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1299,11 +1309,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1368,11 +1380,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/daily-safe-outputs-conformance.lock.yml b/.github/workflows/daily-safe-outputs-conformance.lock.yml index de10824a372..76c41412d6f 100644 --- a/.github/workflows/daily-safe-outputs-conformance.lock.yml +++ b/.github/workflows/daily-safe-outputs-conformance.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -281,11 +283,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -830,11 +834,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -939,11 +945,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1117,11 +1125,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-secrets-analysis.lock.yml b/.github/workflows/daily-secrets-analysis.lock.yml index a7e8c71a44f..9b36e54d17e 100644 --- a/.github/workflows/daily-secrets-analysis.lock.yml +++ b/.github/workflows/daily-secrets-analysis.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -279,11 +281,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -804,11 +808,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -915,11 +921,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1076,11 +1084,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-security-red-team.lock.yml b/.github/workflows/daily-security-red-team.lock.yml index 985fd462b5e..f48e446b5cc 100644 --- a/.github/workflows/daily-security-red-team.lock.yml +++ b/.github/workflows/daily-security-red-team.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -834,11 +838,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -943,11 +949,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1121,11 +1129,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-semgrep-scan.lock.yml b/.github/workflows/daily-semgrep-scan.lock.yml index 04e4f0786db..2a397fb2ddf 100644 --- a/.github/workflows/daily-semgrep-scan.lock.yml +++ b/.github/workflows/daily-semgrep-scan.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -282,11 +284,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -811,11 +815,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -917,11 +923,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1076,11 +1084,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-syntax-error-quality.lock.yml b/.github/workflows/daily-syntax-error-quality.lock.yml index ea1e9b941f5..463a9bcbe0f 100644 --- a/.github/workflows/daily-syntax-error-quality.lock.yml +++ b/.github/workflows/daily-syntax-error-quality.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -278,11 +280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -815,11 +819,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -924,11 +930,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1086,11 +1094,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-team-evolution-insights.lock.yml b/.github/workflows/daily-team-evolution-insights.lock.yml index 9de6624db42..13577faaa35 100644 --- a/.github/workflows/daily-team-evolution-insights.lock.yml +++ b/.github/workflows/daily-team-evolution-insights.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -827,11 +831,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -938,11 +944,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1115,11 +1123,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-team-status.lock.yml b/.github/workflows/daily-team-status.lock.yml index 32bca0dbb9e..701af4e103a 100644 --- a/.github/workflows/daily-team-status.lock.yml +++ b/.github/workflows/daily-team-status.lock.yml @@ -75,11 +75,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -292,11 +294,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -795,11 +799,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -913,11 +919,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1055,11 +1063,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check stop-time limit id: check_stop_time uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1108,11 +1118,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-testify-uber-super-expert.lock.yml b/.github/workflows/daily-testify-uber-super-expert.lock.yml index 40ee431b643..e3b010486f2 100644 --- a/.github/workflows/daily-testify-uber-super-expert.lock.yml +++ b/.github/workflows/daily-testify-uber-super-expert.lock.yml @@ -72,11 +72,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -343,11 +345,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -916,11 +920,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1029,11 +1035,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1172,11 +1180,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1225,11 +1235,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1276,15 +1288,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1319,11 +1322,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/daily-workflow-updater.lock.yml b/.github/workflows/daily-workflow-updater.lock.yml index 14a399cd722..d379c01dd9b 100644 --- a/.github/workflows/daily-workflow-updater.lock.yml +++ b/.github/workflows/daily-workflow-updater.lock.yml @@ -61,11 +61,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -272,11 +274,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -779,11 +783,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -905,11 +911,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1069,11 +1077,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/dead-code-remover.lock.yml b/.github/workflows/dead-code-remover.lock.yml index 170c70cbb86..717eee37793 100644 --- a/.github/workflows/dead-code-remover.lock.yml +++ b/.github/workflows/dead-code-remover.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -831,11 +835,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -952,11 +958,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1095,11 +1103,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1160,11 +1170,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1258,11 +1270,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/deep-report.lock.yml b/.github/workflows/deep-report.lock.yml index 3ed6fbb8dde..cb8051ce637 100644 --- a/.github/workflows/deep-report.lock.yml +++ b/.github/workflows/deep-report.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -319,11 +321,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1016,11 +1020,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1131,11 +1137,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1281,11 +1289,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1332,15 +1342,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1376,11 +1377,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1445,11 +1448,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1490,11 +1495,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/delight.lock.yml b/.github/workflows/delight.lock.yml index cf81c8f20fb..a28fcf25783 100644 --- a/.github/workflows/delight.lock.yml +++ b/.github/workflows/delight.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -874,11 +878,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -990,11 +996,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1141,11 +1149,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1192,15 +1202,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1237,11 +1238,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/dependabot-burner.lock.yml b/.github/workflows/dependabot-burner.lock.yml index 0d8a3b41d24..f3d5d14af13 100644 --- a/.github/workflows/dependabot-burner.lock.yml +++ b/.github/workflows/dependabot-burner.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -787,11 +791,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -893,11 +899,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1035,11 +1043,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1085,11 +1095,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/dependabot-go-checker.lock.yml b/.github/workflows/dependabot-go-checker.lock.yml index 5fb440c4fe3..9dd80028062 100644 --- a/.github/workflows/dependabot-go-checker.lock.yml +++ b/.github/workflows/dependabot-go-checker.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -283,11 +285,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -805,11 +809,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -911,11 +917,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1071,11 +1079,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/dev-hawk.lock.yml b/.github/workflows/dev-hawk.lock.yml index 35725d7a036..1f465337e02 100644 --- a/.github/workflows/dev-hawk.lock.yml +++ b/.github/workflows/dev-hawk.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -301,11 +303,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -881,11 +885,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -987,11 +993,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1131,11 +1139,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1184,11 +1194,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/dev.lock.yml b/.github/workflows/dev.lock.yml index 14f8a545265..78583c776b9 100644 --- a/.github/workflows/dev.lock.yml +++ b/.github/workflows/dev.lock.yml @@ -84,11 +84,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -331,11 +333,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -890,11 +894,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1013,11 +1019,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1155,11 +1163,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1230,11 +1240,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1280,11 +1292,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/developer-docs-consolidator.lock.yml b/.github/workflows/developer-docs-consolidator.lock.yml index daae4605319..eb155908f24 100644 --- a/.github/workflows/developer-docs-consolidator.lock.yml +++ b/.github/workflows/developer-docs-consolidator.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -351,11 +353,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1082,11 +1086,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1209,11 +1215,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1367,11 +1375,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1445,11 +1455,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1496,15 +1508,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1541,11 +1544,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1639,11 +1644,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/dictation-prompt.lock.yml b/.github/workflows/dictation-prompt.lock.yml index 0f2bdfdbfbd..156c02acdff 100644 --- a/.github/workflows/dictation-prompt.lock.yml +++ b/.github/workflows/dictation-prompt.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -848,11 +852,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -969,11 +975,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1111,11 +1119,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1201,11 +1211,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/discussion-task-miner.lock.yml b/.github/workflows/discussion-task-miner.lock.yml index 7b796669949..7389fc5ec55 100644 --- a/.github/workflows/discussion-task-miner.lock.yml +++ b/.github/workflows/discussion-task-miner.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -295,11 +297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -861,11 +865,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -975,11 +981,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1126,11 +1134,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1177,15 +1187,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1225,11 +1226,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/docs-noob-tester.lock.yml b/.github/workflows/docs-noob-tester.lock.yml index 0828f50bfcf..db6d572c74c 100644 --- a/.github/workflows/docs-noob-tester.lock.yml +++ b/.github/workflows/docs-noob-tester.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -829,11 +833,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -936,11 +942,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1096,11 +1104,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1165,11 +1175,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/draft-pr-cleanup.lock.yml b/.github/workflows/draft-pr-cleanup.lock.yml index db2dd344aa3..ce4bed85513 100644 --- a/.github/workflows/draft-pr-cleanup.lock.yml +++ b/.github/workflows/draft-pr-cleanup.lock.yml @@ -61,11 +61,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -270,11 +272,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -815,11 +819,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -921,11 +927,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1085,11 +1093,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/duplicate-code-detector.lock.yml b/.github/workflows/duplicate-code-detector.lock.yml index 0d7b16d6471..1a935e6c396 100644 --- a/.github/workflows/duplicate-code-detector.lock.yml +++ b/.github/workflows/duplicate-code-detector.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -326,11 +328,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -875,11 +879,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -982,11 +988,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1144,11 +1152,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/example-permissions-warning.lock.yml b/.github/workflows/example-permissions-warning.lock.yml index 9f658bc42df..e88b3695743 100644 --- a/.github/workflows/example-permissions-warning.lock.yml +++ b/.github/workflows/example-permissions-warning.lock.yml @@ -59,11 +59,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -256,11 +258,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/example-workflow-analyzer.lock.yml b/.github/workflows/example-workflow-analyzer.lock.yml index 73618f35caa..0d4f23cb96e 100644 --- a/.github/workflows/example-workflow-analyzer.lock.yml +++ b/.github/workflows/example-workflow-analyzer.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -282,11 +284,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -898,11 +902,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1005,11 +1011,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1181,11 +1189,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/firewall-escape.lock.yml b/.github/workflows/firewall-escape.lock.yml index 5b2ea128985..5df0174e760 100644 --- a/.github/workflows/firewall-escape.lock.yml +++ b/.github/workflows/firewall-escape.lock.yml @@ -74,11 +74,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -315,11 +317,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -850,11 +854,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -965,11 +971,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1149,11 +1157,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1189,11 +1199,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1239,15 +1251,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1281,11 +1284,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1350,11 +1355,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/firewall.lock.yml b/.github/workflows/firewall.lock.yml index a68398ea9a6..5b1a6036b39 100644 --- a/.github/workflows/firewall.lock.yml +++ b/.github/workflows/firewall.lock.yml @@ -59,11 +59,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -258,11 +260,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/functional-pragmatist.lock.yml b/.github/workflows/functional-pragmatist.lock.yml index 1faaa1bd598..4f64514b0ca 100644 --- a/.github/workflows/functional-pragmatist.lock.yml +++ b/.github/workflows/functional-pragmatist.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -792,11 +796,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -919,11 +925,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1082,11 +1090,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/github-mcp-structural-analysis.lock.yml b/.github/workflows/github-mcp-structural-analysis.lock.yml index 7a05c3e07bd..01cb029a539 100644 --- a/.github/workflows/github-mcp-structural-analysis.lock.yml +++ b/.github/workflows/github-mcp-structural-analysis.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -910,11 +914,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1017,11 +1023,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1193,11 +1201,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1262,11 +1272,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1307,11 +1319,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/github-mcp-tools-report.lock.yml b/.github/workflows/github-mcp-tools-report.lock.yml index 63675461ae2..ccd6acc16f1 100644 --- a/.github/workflows/github-mcp-tools-report.lock.yml +++ b/.github/workflows/github-mcp-tools-report.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -294,11 +296,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -896,11 +900,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1019,11 +1025,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1199,11 +1207,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1297,11 +1307,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/github-remote-mcp-auth-test.lock.yml b/.github/workflows/github-remote-mcp-auth-test.lock.yml index 44a832c6168..667900f7be6 100644 --- a/.github/workflows/github-remote-mcp-auth-test.lock.yml +++ b/.github/workflows/github-remote-mcp-auth-test.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -280,11 +282,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -786,11 +790,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -894,11 +900,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1053,11 +1061,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/glossary-maintainer.lock.yml b/.github/workflows/glossary-maintainer.lock.yml index 87ee224a18f..44a055acebe 100644 --- a/.github/workflows/glossary-maintainer.lock.yml +++ b/.github/workflows/glossary-maintainer.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -354,11 +356,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -994,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1120,11 +1126,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1261,11 +1269,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1339,11 +1349,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1390,15 +1402,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1434,11 +1437,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1532,11 +1537,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/go-fan.lock.yml b/.github/workflows/go-fan.lock.yml index f542bfa671d..c76d49fae8c 100644 --- a/.github/workflows/go-fan.lock.yml +++ b/.github/workflows/go-fan.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -328,11 +330,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -937,11 +941,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1048,11 +1054,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1225,11 +1233,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1294,11 +1304,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/go-logger.lock.yml b/.github/workflows/go-logger.lock.yml index 6882d4ddee3..5f36f407cb1 100644 --- a/.github/workflows/go-logger.lock.yml +++ b/.github/workflows/go-logger.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -290,11 +292,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1059,11 +1063,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1180,11 +1186,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1359,11 +1367,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1457,11 +1467,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/go-pattern-detector.lock.yml b/.github/workflows/go-pattern-detector.lock.yml index 86fe1810d3d..8337291282e 100644 --- a/.github/workflows/go-pattern-detector.lock.yml +++ b/.github/workflows/go-pattern-detector.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -292,11 +294,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -900,11 +904,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1005,11 +1011,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1182,11 +1190,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/gpclean.lock.yml b/.github/workflows/gpclean.lock.yml index 0f4eb8b9885..7463bb90ede 100644 --- a/.github/workflows/gpclean.lock.yml +++ b/.github/workflows/gpclean.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -289,11 +291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -815,11 +819,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -921,11 +927,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1081,11 +1089,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1150,11 +1160,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/grumpy-reviewer.lock.yml b/.github/workflows/grumpy-reviewer.lock.yml index d98c028bab4..d8b275aa142 100644 --- a/.github/workflows/grumpy-reviewer.lock.yml +++ b/.github/workflows/grumpy-reviewer.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -347,11 +349,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -894,11 +898,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1019,11 +1025,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1162,11 +1170,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1222,11 +1232,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1291,11 +1303,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/hourly-ci-cleaner.lock.yml b/.github/workflows/hourly-ci-cleaner.lock.yml index 3521cb84b1c..11f65028dd5 100644 --- a/.github/workflows/hourly-ci-cleaner.lock.yml +++ b/.github/workflows/hourly-ci-cleaner.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -302,11 +304,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -899,11 +903,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1027,11 +1033,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1190,11 +1198,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/instructions-janitor.lock.yml b/.github/workflows/instructions-janitor.lock.yml index d489adbe6ea..24cb2b62347 100644 --- a/.github/workflows/instructions-janitor.lock.yml +++ b/.github/workflows/instructions-janitor.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -283,11 +285,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -880,11 +884,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1001,11 +1007,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1180,11 +1188,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1278,11 +1288,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/issue-arborist.lock.yml b/.github/workflows/issue-arborist.lock.yml index d57c4e6010d..b572c4020a1 100644 --- a/.github/workflows/issue-arborist.lock.yml +++ b/.github/workflows/issue-arborist.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -285,11 +287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -859,11 +863,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -966,11 +972,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1127,11 +1135,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/issue-monster.lock.yml b/.github/workflows/issue-monster.lock.yml index a7121132ff8..dea9eab7b94 100644 --- a/.github/workflows/issue-monster.lock.yml +++ b/.github/workflows/issue-monster.lock.yml @@ -430,11 +430,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -658,11 +660,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1172,11 +1176,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1281,11 +1287,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1430,11 +1438,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1871,11 +1881,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/issue-triage-agent.lock.yml b/.github/workflows/issue-triage-agent.lock.yml index c40515d9358..659607ac0e6 100644 --- a/.github/workflows/issue-triage-agent.lock.yml +++ b/.github/workflows/issue-triage-agent.lock.yml @@ -64,11 +64,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -278,11 +280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -772,11 +776,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -877,11 +883,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1039,11 +1047,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/jsweep.lock.yml b/.github/workflows/jsweep.lock.yml index 4f4983ccda6..1a624b858a0 100644 --- a/.github/workflows/jsweep.lock.yml +++ b/.github/workflows/jsweep.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -325,11 +327,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -887,11 +891,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1014,11 +1020,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1177,11 +1185,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1275,11 +1285,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/layout-spec-maintainer.lock.yml b/.github/workflows/layout-spec-maintainer.lock.yml index bc35a8df68c..708ce824275 100644 --- a/.github/workflows/layout-spec-maintainer.lock.yml +++ b/.github/workflows/layout-spec-maintainer.lock.yml @@ -63,11 +63,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -278,11 +280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -821,11 +825,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -948,11 +954,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1111,11 +1119,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/lockfile-stats.lock.yml b/.github/workflows/lockfile-stats.lock.yml index 0ac4e7fa403..f5b2ea7bfb5 100644 --- a/.github/workflows/lockfile-stats.lock.yml +++ b/.github/workflows/lockfile-stats.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -288,11 +290,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -852,11 +856,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -959,11 +965,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1135,11 +1143,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1204,11 +1214,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/mcp-inspector.lock.yml b/.github/workflows/mcp-inspector.lock.yml index a1ac30e2199..800a7dfa898 100644 --- a/.github/workflows/mcp-inspector.lock.yml +++ b/.github/workflows/mcp-inspector.lock.yml @@ -82,11 +82,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -385,11 +387,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1349,11 +1353,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1457,11 +1463,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1892,11 +1900,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1962,11 +1972,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/mergefest.lock.yml b/.github/workflows/mergefest.lock.yml index bdc20259168..a08a78893d6 100644 --- a/.github/workflows/mergefest.lock.yml +++ b/.github/workflows/mergefest.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -326,11 +328,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -857,11 +861,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -983,11 +989,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1126,11 +1134,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1188,11 +1198,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/metrics-collector.lock.yml b/.github/workflows/metrics-collector.lock.yml index 06ac3960bc9..c7b59acd30f 100644 --- a/.github/workflows/metrics-collector.lock.yml +++ b/.github/workflows/metrics-collector.lock.yml @@ -64,11 +64,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -283,11 +285,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -660,11 +664,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -698,11 +704,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -749,13 +757,4 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false diff --git a/.github/workflows/notion-issue-summary.lock.yml b/.github/workflows/notion-issue-summary.lock.yml index 0775ec51670..ecd2956543c 100644 --- a/.github/workflows/notion-issue-summary.lock.yml +++ b/.github/workflows/notion-issue-summary.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -788,11 +792,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1032,11 +1038,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/org-health-report.lock.yml b/.github/workflows/org-health-report.lock.yml index 5e2f917e354..40b74e2ff91 100644 --- a/.github/workflows/org-health-report.lock.yml +++ b/.github/workflows/org-health-report.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -300,11 +302,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -863,11 +867,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -971,11 +977,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1130,11 +1138,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1199,11 +1209,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1244,11 +1256,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/pdf-summary.lock.yml b/.github/workflows/pdf-summary.lock.yml index 1a227ecb391..607a51a0dd4 100644 --- a/.github/workflows/pdf-summary.lock.yml +++ b/.github/workflows/pdf-summary.lock.yml @@ -91,11 +91,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -375,11 +377,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -924,11 +928,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1052,11 +1058,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1195,11 +1203,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1259,11 +1269,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1328,11 +1340,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/plan.lock.yml b/.github/workflows/plan.lock.yml index 61ce656d52e..841176fe3ae 100644 --- a/.github/workflows/plan.lock.yml +++ b/.github/workflows/plan.lock.yml @@ -70,11 +70,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -332,11 +334,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -863,11 +867,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -987,11 +993,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1130,11 +1138,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1192,11 +1202,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/poem-bot.lock.yml b/.github/workflows/poem-bot.lock.yml index 29422e6853b..6102be8046d 100644 --- a/.github/workflows/poem-bot.lock.yml +++ b/.github/workflows/poem-bot.lock.yml @@ -85,11 +85,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -366,11 +368,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1207,11 +1211,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1352,11 +1358,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1495,11 +1503,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1564,11 +1574,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1640,11 +1652,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1685,11 +1699,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/portfolio-analyst.lock.yml b/.github/workflows/portfolio-analyst.lock.yml index b092de271e6..b240c7e07e3 100644 --- a/.github/workflows/portfolio-analyst.lock.yml +++ b/.github/workflows/portfolio-analyst.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -301,11 +303,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -946,11 +950,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1058,11 +1064,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1218,11 +1226,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1287,11 +1297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1332,11 +1344,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/pr-nitpick-reviewer.lock.yml b/.github/workflows/pr-nitpick-reviewer.lock.yml index 00906150ca8..dcdb994b442 100644 --- a/.github/workflows/pr-nitpick-reviewer.lock.yml +++ b/.github/workflows/pr-nitpick-reviewer.lock.yml @@ -75,11 +75,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -350,11 +352,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -923,11 +927,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1051,11 +1057,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1194,11 +1202,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1256,11 +1266,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1325,11 +1337,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/pr-triage-agent.lock.yml b/.github/workflows/pr-triage-agent.lock.yml index fb39825b8d3..e21168f258b 100644 --- a/.github/workflows/pr-triage-agent.lock.yml +++ b/.github/workflows/pr-triage-agent.lock.yml @@ -61,11 +61,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -289,11 +291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -851,11 +855,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -962,11 +968,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1112,11 +1120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1163,15 +1173,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1210,11 +1211,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/prompt-clustering-analysis.lock.yml b/.github/workflows/prompt-clustering-analysis.lock.yml index ad6a95f6701..34967605b65 100644 --- a/.github/workflows/prompt-clustering-analysis.lock.yml +++ b/.github/workflows/prompt-clustering-analysis.lock.yml @@ -72,11 +72,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -308,11 +310,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -994,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1101,11 +1107,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1277,11 +1285,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1346,11 +1356,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/python-data-charts.lock.yml b/.github/workflows/python-data-charts.lock.yml index 803243c5562..857203acd61 100644 --- a/.github/workflows/python-data-charts.lock.yml +++ b/.github/workflows/python-data-charts.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -934,11 +938,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1042,11 +1048,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1201,11 +1209,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1270,11 +1280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1315,11 +1327,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/q.lock.yml b/.github/workflows/q.lock.yml index 827525d26f1..9c0a5997b82 100644 --- a/.github/workflows/q.lock.yml +++ b/.github/workflows/q.lock.yml @@ -97,11 +97,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -415,11 +417,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1081,11 +1085,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1223,11 +1229,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1366,11 +1374,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1433,11 +1443,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1531,11 +1543,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/refiner.lock.yml b/.github/workflows/refiner.lock.yml index 15399821d38..7b9d2363f82 100644 --- a/.github/workflows/refiner.lock.yml +++ b/.github/workflows/refiner.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -308,11 +310,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -833,11 +837,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -956,11 +962,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1101,11 +1109,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1157,11 +1167,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/release.lock.yml b/.github/workflows/release.lock.yml index 0ab0f614a6c..9216848416b 100644 --- a/.github/workflows/release.lock.yml +++ b/.github/workflows/release.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -826,11 +830,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1049,11 +1055,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1191,11 +1199,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1461,11 +1471,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/repo-audit-analyzer.lock.yml b/.github/workflows/repo-audit-analyzer.lock.yml index 2220e488d01..15f6f5b8050 100644 --- a/.github/workflows/repo-audit-analyzer.lock.yml +++ b/.github/workflows/repo-audit-analyzer.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -293,11 +295,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -808,11 +812,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -918,11 +924,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1077,11 +1085,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1146,11 +1156,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (repo-audits) id: download_cache_repo_audits uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/repo-tree-map.lock.yml b/.github/workflows/repo-tree-map.lock.yml index 0ce61f180f5..b6dcd03de54 100644 --- a/.github/workflows/repo-tree-map.lock.yml +++ b/.github/workflows/repo-tree-map.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -281,11 +283,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -778,11 +782,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -886,11 +892,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1045,11 +1053,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/repository-quality-improver.lock.yml b/.github/workflows/repository-quality-improver.lock.yml index 1d3d37ca89f..f50953c8965 100644 --- a/.github/workflows/repository-quality-improver.lock.yml +++ b/.github/workflows/repository-quality-improver.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -328,11 +330,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -872,11 +876,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -980,11 +986,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1139,11 +1147,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1208,11 +1218,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (focus-areas) id: download_cache_focus_areas uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/research.lock.yml b/.github/workflows/research.lock.yml index 3ed2bd11faf..8a4c92bf42c 100644 --- a/.github/workflows/research.lock.yml +++ b/.github/workflows/research.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -290,11 +292,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -810,11 +814,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -918,11 +924,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1077,11 +1085,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/safe-output-health.lock.yml b/.github/workflows/safe-output-health.lock.yml index 7eceef8327c..c21feea9a8a 100644 --- a/.github/workflows/safe-output-health.lock.yml +++ b/.github/workflows/safe-output-health.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -298,11 +300,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -957,11 +961,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1064,11 +1070,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1240,11 +1248,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1309,11 +1319,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/schema-consistency-checker.lock.yml b/.github/workflows/schema-consistency-checker.lock.yml index 696dc75d778..68c361dfd18 100644 --- a/.github/workflows/schema-consistency-checker.lock.yml +++ b/.github/workflows/schema-consistency-checker.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -288,11 +290,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -852,11 +856,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -959,11 +965,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1135,11 +1143,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1204,11 +1214,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/schema-feature-coverage.lock.yml b/.github/workflows/schema-feature-coverage.lock.yml index d2550899d8b..c98c4d46de7 100644 --- a/.github/workflows/schema-feature-coverage.lock.yml +++ b/.github/workflows/schema-feature-coverage.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -796,11 +800,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -917,11 +923,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1079,11 +1087,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/scout.lock.yml b/.github/workflows/scout.lock.yml index 135e06c9441..e82212c4ea8 100644 --- a/.github/workflows/scout.lock.yml +++ b/.github/workflows/scout.lock.yml @@ -120,11 +120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -420,11 +422,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1101,11 +1105,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1226,11 +1232,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1386,11 +1394,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1450,11 +1460,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1519,11 +1531,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/security-compliance.lock.yml b/.github/workflows/security-compliance.lock.yml index 18bb482e28e..e9ca57dc8e7 100644 --- a/.github/workflows/security-compliance.lock.yml +++ b/.github/workflows/security-compliance.lock.yml @@ -70,11 +70,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -306,11 +308,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -829,11 +833,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -939,11 +945,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1089,11 +1097,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1140,15 +1150,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1182,11 +1183,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/security-review.lock.yml b/.github/workflows/security-review.lock.yml index 5d121ffdea9..75d103cf945 100644 --- a/.github/workflows/security-review.lock.yml +++ b/.github/workflows/security-review.lock.yml @@ -74,11 +74,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -349,11 +351,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -967,11 +971,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1093,11 +1099,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1236,11 +1244,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1296,11 +1306,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1365,11 +1377,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/semantic-function-refactor.lock.yml b/.github/workflows/semantic-function-refactor.lock.yml index 67f182f7d04..fa61a4dd137 100644 --- a/.github/workflows/semantic-function-refactor.lock.yml +++ b/.github/workflows/semantic-function-refactor.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -320,11 +322,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -934,11 +938,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1039,11 +1045,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1216,11 +1224,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/sergo.lock.yml b/.github/workflows/sergo.lock.yml index 4b4cab36b1e..c2f0f22047b 100644 --- a/.github/workflows/sergo.lock.yml +++ b/.github/workflows/sergo.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -329,11 +331,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -937,11 +941,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1048,11 +1054,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1225,11 +1233,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1294,11 +1304,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/slide-deck-maintainer.lock.yml b/.github/workflows/slide-deck-maintainer.lock.yml index 4b1421f3d93..c000c3f037d 100644 --- a/.github/workflows/slide-deck-maintainer.lock.yml +++ b/.github/workflows/slide-deck-maintainer.lock.yml @@ -72,11 +72,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -901,11 +905,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1028,11 +1034,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1170,11 +1178,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1236,11 +1246,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1334,11 +1346,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-agent-all-merged.lock.yml b/.github/workflows/smoke-agent-all-merged.lock.yml index 13348da036f..161e5eff226 100644 --- a/.github/workflows/smoke-agent-all-merged.lock.yml +++ b/.github/workflows/smoke-agent-all-merged.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -804,11 +808,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -929,11 +935,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1074,11 +1082,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1127,11 +1137,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-agent-all-none.lock.yml b/.github/workflows/smoke-agent-all-none.lock.yml index 18553848fda..1accbb6d703 100644 --- a/.github/workflows/smoke-agent-all-none.lock.yml +++ b/.github/workflows/smoke-agent-all-none.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -804,11 +808,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -929,11 +935,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1074,11 +1082,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1127,11 +1137,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-agent-public-approved.lock.yml b/.github/workflows/smoke-agent-public-approved.lock.yml index ad64d40f03d..6e6c6400b73 100644 --- a/.github/workflows/smoke-agent-public-approved.lock.yml +++ b/.github/workflows/smoke-agent-public-approved.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -830,11 +834,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -958,11 +964,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1103,11 +1111,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1159,11 +1169,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-agent-public-none.lock.yml b/.github/workflows/smoke-agent-public-none.lock.yml index be7c454cb3b..081e6b0ef08 100644 --- a/.github/workflows/smoke-agent-public-none.lock.yml +++ b/.github/workflows/smoke-agent-public-none.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -804,11 +808,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -929,11 +935,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1074,11 +1082,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1127,11 +1137,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-agent-scoped-approved.lock.yml b/.github/workflows/smoke-agent-scoped-approved.lock.yml index 4802a37449f..e26cfba113c 100644 --- a/.github/workflows/smoke-agent-scoped-approved.lock.yml +++ b/.github/workflows/smoke-agent-scoped-approved.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -311,11 +313,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -808,11 +812,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -933,11 +939,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1078,11 +1086,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1131,11 +1141,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-call-workflow.lock.yml b/.github/workflows/smoke-call-workflow.lock.yml index c1168e82783..c12a59c338c 100644 --- a/.github/workflows/smoke-call-workflow.lock.yml +++ b/.github/workflows/smoke-call-workflow.lock.yml @@ -72,11 +72,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -292,11 +294,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -799,11 +803,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -904,11 +910,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1049,11 +1057,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1097,11 +1107,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-claude.lock.yml b/.github/workflows/smoke-claude.lock.yml index 3050979ed47..aa15b20e661 100644 --- a/.github/workflows/smoke-claude.lock.yml +++ b/.github/workflows/smoke-claude.lock.yml @@ -92,11 +92,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -755,11 +757,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -2353,11 +2357,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2480,11 +2486,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2642,11 +2650,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -2700,11 +2710,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2793,11 +2805,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-codex.lock.yml b/.github/workflows/smoke-codex.lock.yml index bce98c17e69..ae969ea051c 100644 --- a/.github/workflows/smoke-codex.lock.yml +++ b/.github/workflows/smoke-codex.lock.yml @@ -85,11 +85,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -396,11 +398,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1371,11 +1375,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1496,11 +1502,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1637,11 +1645,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1712,11 +1722,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1767,11 +1779,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1846,11 +1860,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-copilot-arm.lock.yml b/.github/workflows/smoke-copilot-arm.lock.yml index 912bd601362..c9f38144f01 100644 --- a/.github/workflows/smoke-copilot-arm.lock.yml +++ b/.github/workflows/smoke-copilot-arm.lock.yml @@ -84,11 +84,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -394,11 +396,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1754,11 +1758,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1883,11 +1889,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2028,11 +2036,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -2084,11 +2094,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2192,11 +2204,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-copilot.lock.yml b/.github/workflows/smoke-copilot.lock.yml index 6023b1f7c17..e3780ddb80b 100644 --- a/.github/workflows/smoke-copilot.lock.yml +++ b/.github/workflows/smoke-copilot.lock.yml @@ -86,11 +86,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -401,11 +403,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1802,11 +1806,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1931,11 +1937,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2074,11 +2082,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -2130,11 +2140,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -2238,11 +2250,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-create-cross-repo-pr.lock.yml b/.github/workflows/smoke-create-cross-repo-pr.lock.yml index e3ad48b3322..2341d489e4d 100644 --- a/.github/workflows/smoke-create-cross-repo-pr.lock.yml +++ b/.github/workflows/smoke-create-cross-repo-pr.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -319,11 +321,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -887,11 +891,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1028,11 +1034,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1174,11 +1182,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1232,12 +1242,14 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions - safe-output-custom-tokens: 'true' + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions + INPUT_SAFE_OUTPUT_CUSTOM_TOKENS: 'true' - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-gemini.lock.yml b/.github/workflows/smoke-gemini.lock.yml index acedb815811..83e68538b01 100644 --- a/.github/workflows/smoke-gemini.lock.yml +++ b/.github/workflows/smoke-gemini.lock.yml @@ -83,11 +83,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -348,11 +350,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1037,11 +1041,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1162,11 +1168,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1319,11 +1327,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1374,11 +1384,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1443,11 +1455,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-multi-pr.lock.yml b/.github/workflows/smoke-multi-pr.lock.yml index 7817f278343..70accb81481 100644 --- a/.github/workflows/smoke-multi-pr.lock.yml +++ b/.github/workflows/smoke-multi-pr.lock.yml @@ -78,11 +78,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -328,11 +330,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -880,11 +884,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1022,11 +1028,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1167,11 +1175,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1223,11 +1233,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-project.lock.yml b/.github/workflows/smoke-project.lock.yml index de5efc44790..62a16ebe723 100644 --- a/.github/workflows/smoke-project.lock.yml +++ b/.github/workflows/smoke-project.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -327,11 +329,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1013,11 +1017,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1155,11 +1161,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1300,11 +1308,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1358,12 +1368,14 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions - safe-output-custom-tokens: 'true' + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions + INPUT_SAFE_OUTPUT_CUSTOM_TOKENS: 'true' - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-temporary-id.lock.yml b/.github/workflows/smoke-temporary-id.lock.yml index 598d8039790..ed05d85adf9 100644 --- a/.github/workflows/smoke-temporary-id.lock.yml +++ b/.github/workflows/smoke-temporary-id.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -323,11 +325,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -866,11 +870,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -992,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1137,11 +1145,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1192,11 +1202,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-test-tools.lock.yml b/.github/workflows/smoke-test-tools.lock.yml index 3fe9649ad43..3ab8fb6a98b 100644 --- a/.github/workflows/smoke-test-tools.lock.yml +++ b/.github/workflows/smoke-test-tools.lock.yml @@ -78,11 +78,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -312,11 +314,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -827,11 +831,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -953,11 +959,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1098,11 +1106,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1151,11 +1161,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-update-cross-repo-pr.lock.yml b/.github/workflows/smoke-update-cross-repo-pr.lock.yml index c0d54141bea..ebe489b59b1 100644 --- a/.github/workflows/smoke-update-cross-repo-pr.lock.yml +++ b/.github/workflows/smoke-update-cross-repo-pr.lock.yml @@ -77,11 +77,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -326,11 +328,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -901,11 +905,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1028,11 +1034,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1174,11 +1182,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1232,12 +1242,14 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions - safe-output-custom-tokens: 'true' + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions + INPUT_SAFE_OUTPUT_CUSTOM_TOKENS: 'true' - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1332,11 +1344,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/smoke-workflow-call-with-inputs.lock.yml b/.github/workflows/smoke-workflow-call-with-inputs.lock.yml index e42019dc19a..5c9a8d2830d 100644 --- a/.github/workflows/smoke-workflow-call-with-inputs.lock.yml +++ b/.github/workflows/smoke-workflow-call-with-inputs.lock.yml @@ -84,11 +84,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Resolve host repo for activation checkout id: resolve-host-repo uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -327,11 +329,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -846,11 +850,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -952,11 +958,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1094,11 +1102,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1145,11 +1155,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/smoke-workflow-call.lock.yml b/.github/workflows/smoke-workflow-call.lock.yml index 77a6852d699..83e2ba76665 100644 --- a/.github/workflows/smoke-workflow-call.lock.yml +++ b/.github/workflows/smoke-workflow-call.lock.yml @@ -87,11 +87,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Resolve host repo for activation checkout id: resolve-host-repo uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -326,11 +328,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -836,11 +840,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -943,11 +949,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1085,11 +1093,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1139,11 +1149,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/stale-repo-identifier.lock.yml b/.github/workflows/stale-repo-identifier.lock.yml index 7837dffa193..3ae2d9ad633 100644 --- a/.github/workflows/stale-repo-identifier.lock.yml +++ b/.github/workflows/stale-repo-identifier.lock.yml @@ -76,11 +76,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -316,11 +318,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -932,11 +936,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1039,11 +1045,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1200,11 +1208,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1269,11 +1279,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1314,11 +1326,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/static-analysis-report.lock.yml b/.github/workflows/static-analysis-report.lock.yml index 71d2225cce7..b20bf7258cc 100644 --- a/.github/workflows/static-analysis-report.lock.yml +++ b/.github/workflows/static-analysis-report.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -290,11 +292,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -935,11 +939,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1042,11 +1048,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1218,11 +1226,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1287,11 +1297,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/step-name-alignment.lock.yml b/.github/workflows/step-name-alignment.lock.yml index 24ad5ba5814..00845ffb60b 100644 --- a/.github/workflows/step-name-alignment.lock.yml +++ b/.github/workflows/step-name-alignment.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -280,11 +282,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -867,11 +871,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -972,11 +978,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1149,11 +1157,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1218,11 +1228,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/sub-issue-closer.lock.yml b/.github/workflows/sub-issue-closer.lock.yml index a6cd8d8c97a..08c8e29027b 100644 --- a/.github/workflows/sub-issue-closer.lock.yml +++ b/.github/workflows/sub-issue-closer.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -274,11 +276,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -819,11 +823,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -925,11 +931,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1087,11 +1095,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/super-linter.lock.yml b/.github/workflows/super-linter.lock.yml index 005ee99d5b4..93abdc77755 100644 --- a/.github/workflows/super-linter.lock.yml +++ b/.github/workflows/super-linter.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -297,11 +299,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -824,11 +828,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -930,11 +936,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1090,11 +1098,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1214,11 +1224,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/technical-doc-writer.lock.yml b/.github/workflows/technical-doc-writer.lock.yml index 50f729aa9cd..6b51e39cb90 100644 --- a/.github/workflows/technical-doc-writer.lock.yml +++ b/.github/workflows/technical-doc-writer.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -321,11 +323,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -994,11 +998,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1121,11 +1127,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1262,11 +1270,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1340,11 +1350,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1391,15 +1403,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1439,11 +1442,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1537,11 +1542,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1582,11 +1589,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/terminal-stylist.lock.yml b/.github/workflows/terminal-stylist.lock.yml index 66d213c4546..84020c584d6 100644 --- a/.github/workflows/terminal-stylist.lock.yml +++ b/.github/workflows/terminal-stylist.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -319,11 +321,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -845,11 +849,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -953,11 +959,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1112,11 +1120,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/test-create-pr-error-handling.lock.yml b/.github/workflows/test-create-pr-error-handling.lock.yml index 557c758c44f..45dc5eeff28 100644 --- a/.github/workflows/test-create-pr-error-handling.lock.yml +++ b/.github/workflows/test-create-pr-error-handling.lock.yml @@ -59,11 +59,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -278,11 +280,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -852,11 +856,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -973,11 +979,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1152,11 +1160,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1250,11 +1260,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 diff --git a/.github/workflows/test-dispatcher.lock.yml b/.github/workflows/test-dispatcher.lock.yml index eddb3ffa30b..ffcafffc502 100644 --- a/.github/workflows/test-dispatcher.lock.yml +++ b/.github/workflows/test-dispatcher.lock.yml @@ -58,11 +58,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -267,11 +269,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -758,11 +762,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -864,11 +870,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1021,11 +1029,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/test-project-url-default.lock.yml b/.github/workflows/test-project-url-default.lock.yml index ae0b93a0e9a..230b50cdd45 100644 --- a/.github/workflows/test-project-url-default.lock.yml +++ b/.github/workflows/test-project-url-default.lock.yml @@ -58,11 +58,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -266,11 +268,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -818,11 +822,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -924,11 +930,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1081,12 +1089,14 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions - safe-output-custom-tokens: 'true' + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions + INPUT_SAFE_OUTPUT_CUSTOM_TOKENS: 'true' - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/test-workflow.lock.yml b/.github/workflows/test-workflow.lock.yml index 7dde77aedd5..72df68849b8 100644 --- a/.github/workflows/test-workflow.lock.yml +++ b/.github/workflows/test-workflow.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -257,11 +259,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/tidy.lock.yml b/.github/workflows/tidy.lock.yml index f4eb87d7d7d..206fbe93a1c 100644 --- a/.github/workflows/tidy.lock.yml +++ b/.github/workflows/tidy.lock.yml @@ -84,11 +84,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -342,11 +344,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -909,11 +913,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1050,11 +1056,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1193,11 +1201,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1258,11 +1268,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/typist.lock.yml b/.github/workflows/typist.lock.yml index c62d4ae9f27..46ff6d6e2fa 100644 --- a/.github/workflows/typist.lock.yml +++ b/.github/workflows/typist.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -319,11 +321,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -908,11 +912,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1015,11 +1021,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1191,11 +1199,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/ubuntu-image-analyzer.lock.yml b/.github/workflows/ubuntu-image-analyzer.lock.yml index 687f3cdb2ad..09adbe31fc9 100644 --- a/.github/workflows/ubuntu-image-analyzer.lock.yml +++ b/.github/workflows/ubuntu-image-analyzer.lock.yml @@ -69,11 +69,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -291,11 +293,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -824,11 +828,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -951,11 +957,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1093,11 +1101,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1159,11 +1169,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/unbloat-docs.lock.yml b/.github/workflows/unbloat-docs.lock.yml index fa3d1b5c8cf..17865fc37c7 100644 --- a/.github/workflows/unbloat-docs.lock.yml +++ b/.github/workflows/unbloat-docs.lock.yml @@ -81,11 +81,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -357,11 +359,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -1137,11 +1141,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1278,11 +1284,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1436,11 +1444,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1507,11 +1517,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for command workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1574,11 +1586,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1672,11 +1686,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1717,11 +1733,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/update-astro.lock.yml b/.github/workflows/update-astro.lock.yml index a37dffc7405..84c6e348bdb 100644 --- a/.github/workflows/update-astro.lock.yml +++ b/.github/workflows/update-astro.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -296,11 +298,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -847,11 +851,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -974,11 +980,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1116,11 +1124,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1182,11 +1192,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/video-analyzer.lock.yml b/.github/workflows/video-analyzer.lock.yml index 85c3c35db9d..ef8802d938a 100644 --- a/.github/workflows/video-analyzer.lock.yml +++ b/.github/workflows/video-analyzer.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -286,11 +288,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -814,11 +818,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -920,11 +926,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1080,11 +1088,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/weekly-blog-post-writer.lock.yml b/.github/workflows/weekly-blog-post-writer.lock.yml index a5b7bed795b..054e1cf94c0 100644 --- a/.github/workflows/weekly-blog-post-writer.lock.yml +++ b/.github/workflows/weekly-blog-post-writer.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -307,11 +309,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -964,11 +968,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1095,11 +1101,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1236,11 +1244,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository for qmd indexing uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1324,11 +1334,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1375,15 +1387,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1420,11 +1423,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/weekly-editors-health-check.lock.yml b/.github/workflows/weekly-editors-health-check.lock.yml index 678ba63115f..a80179d776b 100644 --- a/.github/workflows/weekly-editors-health-check.lock.yml +++ b/.github/workflows/weekly-editors-health-check.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -281,11 +283,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -855,11 +859,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -982,11 +988,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1145,11 +1153,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1243,11 +1253,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/weekly-issue-summary.lock.yml b/.github/workflows/weekly-issue-summary.lock.yml index 8ab09e63978..7647a5c361b 100644 --- a/.github/workflows/weekly-issue-summary.lock.yml +++ b/.github/workflows/weekly-issue-summary.lock.yml @@ -67,11 +67,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -296,11 +298,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -843,11 +847,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -954,11 +960,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1114,11 +1122,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1183,11 +1193,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download cache-memory artifact (default) id: download_cache_default uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 @@ -1228,11 +1240,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/weekly-safe-outputs-spec-review.lock.yml b/.github/workflows/weekly-safe-outputs-spec-review.lock.yml index fc1e89a06d7..5f82cfabe16 100644 --- a/.github/workflows/weekly-safe-outputs-spec-review.lock.yml +++ b/.github/workflows/weekly-safe-outputs-spec-review.lock.yml @@ -62,11 +62,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -276,11 +278,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -781,11 +785,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -908,11 +914,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1071,11 +1079,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/workflow-generator.lock.yml b/.github/workflows/workflow-generator.lock.yml index c71655cdbbd..309be0d8fca 100644 --- a/.github/workflows/workflow-generator.lock.yml +++ b/.github/workflows/workflow-generator.lock.yml @@ -65,11 +65,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -309,11 +311,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -858,11 +862,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -966,11 +972,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1110,11 +1118,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1178,11 +1188,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1265,11 +1277,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Unlock issue after agent workflow id: unlock-issue if: (github.event_name == 'issues' || github.event_name == 'issue_comment') && needs.activation.outputs.issue_locked == 'true' diff --git a/.github/workflows/workflow-health-manager.lock.yml b/.github/workflows/workflow-health-manager.lock.yml index f3cc3cf7079..e820be759b1 100644 --- a/.github/workflows/workflow-health-manager.lock.yml +++ b/.github/workflows/workflow-health-manager.lock.yml @@ -68,11 +68,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -300,11 +302,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -899,11 +903,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1009,11 +1015,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1151,11 +1159,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -1191,11 +1201,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1242,15 +1254,6 @@ jobs: setupGlobals(core, github, context, exec, io); const { main } = require('${{ runner.temp }}/gh-aw/actions/push_repo_memory.cjs'); await main(); - - name: Restore actions folder - if: always() - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - with: - repository: github/gh-aw - sparse-checkout: | - actions/setup - sparse-checkout-cone-mode: true - persist-credentials: false safe_outputs: needs: @@ -1288,11 +1291,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/workflow-normalizer.lock.yml b/.github/workflows/workflow-normalizer.lock.yml index b5d02ab8a88..aa402cc402a 100644 --- a/.github/workflows/workflow-normalizer.lock.yml +++ b/.github/workflows/workflow-normalizer.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -284,11 +286,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -861,11 +865,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -971,11 +977,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1132,11 +1140,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/.github/workflows/workflow-skill-extractor.lock.yml b/.github/workflows/workflow-skill-extractor.lock.yml index c54b2f945af..5d7fab55da8 100644 --- a/.github/workflows/workflow-skill-extractor.lock.yml +++ b/.github/workflows/workflow-skill-extractor.lock.yml @@ -66,11 +66,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -282,11 +284,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Set runtime paths id: set-runtime-paths run: | @@ -833,11 +837,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -941,11 +947,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true @@ -1102,11 +1110,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Download agent output artifact id: download-agent-output continue-on-error: true diff --git a/pkg/workflow/action_reference.go b/pkg/workflow/action_reference.go index b6ad9b5bb18..588cd05f01b 100644 --- a/pkg/workflow/action_reference.go +++ b/pkg/workflow/action_reference.go @@ -48,9 +48,10 @@ func resolveSetupActionRef(actionMode ActionMode, version string, actionTag stri localPath := "./actions/setup" - // Dev mode - return local path + // Dev mode - return local path as a placeholder; the actual setup execution uses + // a bash script (see generateSetupStep), so this value is never used in a "uses:" field. if actionMode == ActionModeDev { - actionRefLog.Printf("Dev mode: using local action path: %s", localPath) + actionRefLog.Printf("Dev mode: returning placeholder local path: %s", localPath) return localPath } @@ -212,7 +213,7 @@ func (c *Compiler) resolveActionReference(localActionPath string, data *Workflow return remoteRef } - // Dev mode - return local path + // Dev mode - return local path (setup uses bash execution, not uses:) if c.actionMode == ActionModeDev { actionRefLog.Printf("Dev mode: using local action path: %s", localActionPath) return localActionPath diff --git a/pkg/workflow/action_reference_test.go b/pkg/workflow/action_reference_test.go index 5fb2ce34ab3..0cb13fac318 100644 --- a/pkg/workflow/action_reference_test.go +++ b/pkg/workflow/action_reference_test.go @@ -278,12 +278,12 @@ func TestResolveSetupActionReference(t *testing.T) { description string }{ { - name: "dev mode returns local path", + name: "dev mode returns local path placeholder", actionMode: ActionModeDev, version: "v1.0.0", actionTag: "", expectedRef: "./actions/setup", - description: "Dev mode should return local path", + description: "Dev mode should return local path placeholder (setup uses bash execution, not uses:)", }, { name: "release mode with version", @@ -326,12 +326,12 @@ func TestResolveSetupActionReference(t *testing.T) { description: "Release mode with actionTag should work even with 'dev' version", }, { - name: "dev mode with actionTag uses local path (actionTag not checked here)", + name: "dev mode with actionTag uses local path placeholder (actionTag not checked here)", actionMode: ActionModeDev, version: "v1.0.0", actionTag: "v2.0.0", expectedRef: "./actions/setup", - description: "Dev mode should return local path even if actionTag is specified", + description: "Dev mode should return local path placeholder even if actionTag is specified", }, } diff --git a/pkg/workflow/compiler_custom_actions_test.go b/pkg/workflow/compiler_custom_actions_test.go index 9b47032c8fe..e508ac3969a 100644 --- a/pkg/workflow/compiler_custom_actions_test.go +++ b/pkg/workflow/compiler_custom_actions_test.go @@ -331,6 +331,8 @@ func TestVersionToGitRef(t *testing.T) { // step in dev mode includes repository: github/gh-aw so that cross-repo callers (e.g. // event-driven relays) can find the actions/ directory instead of defaulting to the // caller's repo which has no actions/ directory. +// It also verifies the checkout uses a path outside $GITHUB_WORKSPACE (absolute /tmp path) +// so the files are never inside the caller's git repository. func TestCheckoutActionsFolderDevModeHasRepository(t *testing.T) { compiler := NewCompilerWithVersion("dev") compiler.SetActionMode(ActionModeDev) @@ -341,6 +343,9 @@ func TestCheckoutActionsFolderDevModeHasRepository(t *testing.T) { if !strings.Contains(combined, "repository: github/gh-aw") { t.Error("Dev mode Checkout actions folder should include 'repository: github/gh-aw' (fix for #20658)") } + if !strings.Contains(combined, "path: /tmp/gh-aw/dev-actions") { + t.Error("Dev mode Checkout actions folder should checkout to outside-workspace path '/tmp/gh-aw/dev-actions' to prevent accidental commits") + } } // TestCheckoutActionsFolderDevModeAlwaysEmitsCheckout verifies that dev mode always diff --git a/pkg/workflow/compiler_yaml_helpers.go b/pkg/workflow/compiler_yaml_helpers.go index 98d0dbbf3ab..b52fde2ee9f 100644 --- a/pkg/workflow/compiler_yaml_helpers.go +++ b/pkg/workflow/compiler_yaml_helpers.go @@ -14,6 +14,13 @@ import ( var compilerYamlHelpersLog = logger.New("workflow:compiler_yaml_helpers") +// devModeActionsCheckoutPath is the path outside the workspace where github/gh-aw is checked out +// in dev mode. Using an absolute path under /tmp ensures the files are never inside the workspace +// git repository and cannot be accidentally committed by callers. +// The setup action is then invoked via a bash script (same pattern as script mode) rather than +// via a "uses:" step, which avoids leaving any artefacts in $GITHUB_WORKSPACE. +const devModeActionsCheckoutPath = "/tmp/gh-aw/dev-actions" + // ContainsCheckout returns true if the given custom steps contain an actions/checkout step func ContainsCheckout(customSteps string) bool { if customSteps == "" { @@ -244,10 +251,10 @@ func (c *Compiler) generateCheckoutActionsFolder(data *WorkflowData) []string { return lines } - // Dev mode: checkout actions folder from github/gh-aw so that cross-repo - // callers (e.g. event-driven relays) can find the actions/ directory. - // Without repository: the runner defaults to the caller's repo, which has - // no actions/ directory, causing Setup Scripts to fail immediately. + // Dev mode: checkout actions folder from github/gh-aw to an absolute path outside the workspace + // so that the files are never inside the caller's git repository and cannot be accidentally committed. + // The setup action is run via bash script (see generateSetupStep) rather than via "uses:", + // so no workspace-relative path is required. if c.actionMode.IsDev() { lines := []string{ " - name: Checkout actions folder\n", @@ -256,6 +263,7 @@ func (c *Compiler) generateCheckoutActionsFolder(data *WorkflowData) []string { " repository: github/gh-aw\n", " sparse-checkout: |\n", " actions\n", + fmt.Sprintf(" path: %s\n", devModeActionsCheckoutPath), " persist-credentials: false\n", } return lines @@ -280,17 +288,19 @@ func (c *Compiler) generateCheckoutActionsFolder(data *WorkflowData) []string { // generateInlineGitHubScriptStep is implemented in compiler_github_actions_steps.go // generateSetupStep generates the setup step based on the action mode. -// In script mode, it runs the setup.sh script directly from the checked-out source. -// In other modes (dev/release), it uses the setup action. +// In script mode, it runs the setup.sh script directly from the checked-out actions-source directory. +// In dev mode, it runs the setup.sh script directly from the checked-out dev-actions directory +// (outside the workspace, so callers cannot accidentally commit it). +// In release/action mode, it uses the setup action via "uses:". // // Parameters: -// - setupActionRef: The action reference for setup action (e.g., "./actions/setup" or "github/gh-aw/actions/setup@sha") +// - setupActionRef: The action reference for setup action (e.g., "github/gh-aw/actions/setup@sha") // - destination: The destination path where files should be copied (e.g., SetupActionDestination) // - enableCustomTokens: Whether to enable custom-token support (installs @actions/github so handler_auth.cjs can create per-handler Octokit clients) // // Returns a slice of strings representing the YAML lines for the setup step. func (c *Compiler) generateSetupStep(setupActionRef string, destination string, enableCustomTokens bool) []string { - // Script mode: run the setup.sh script directly + // Script mode: run the setup.sh script directly from actions-source if c.actionMode.IsScript() { lines := []string{ " - name: Setup Scripts\n", @@ -305,7 +315,22 @@ func (c *Compiler) generateSetupStep(setupActionRef string, destination string, return lines } - // Dev/Release mode: use the setup action + // Dev mode: run the setup.sh script directly from dev-actions (outside the workspace) + if c.actionMode.IsDev() { + lines := []string{ + " - name: Setup Scripts\n", + " run: |\n", + fmt.Sprintf(" bash %s/actions/setup/setup.sh\n", devModeActionsCheckoutPath), + " env:\n", + fmt.Sprintf(" INPUT_DESTINATION: %s\n", destination), + } + if enableCustomTokens { + lines = append(lines, " INPUT_SAFE_OUTPUT_CUSTOM_TOKENS: 'true'\n") + } + return lines + } + + // Release/Action mode: use the setup action lines := []string{ " - name: Setup Scripts\n", fmt.Sprintf(" uses: %s\n", setupActionRef), diff --git a/pkg/workflow/maintenance_workflow.go b/pkg/workflow/maintenance_workflow.go index bceef12a29c..8ad04171ad6 100644 --- a/pkg/workflow/maintenance_workflow.go +++ b/pkg/workflow/maintenance_workflow.go @@ -254,16 +254,30 @@ jobs: yaml.WriteString(" with:\n") yaml.WriteString(" sparse-checkout: |\n") yaml.WriteString(" actions\n") + if actionMode == ActionModeDev { + yaml.WriteString(" path: " + devModeActionsCheckoutPath + "\n") + } yaml.WriteString(" persist-credentials: false\n\n") } - // Add setup step with the resolved action reference - yaml.WriteString(` - name: Setup Scripts + // Add setup step with the resolved action reference. + // Dev mode runs setup.sh directly from the outside-workspace checkout. + // All other modes (script, release, action) use the resolved action reference via uses:. + if actionMode == ActionModeDev { + yaml.WriteString(" - name: Setup Scripts\n") + yaml.WriteString(" run: |\n") + yaml.WriteString(" bash " + devModeActionsCheckoutPath + "/actions/setup/setup.sh\n") + yaml.WriteString(" env:\n") + yaml.WriteString(" INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions\n\n") + } else { + yaml.WriteString(` - name: Setup Scripts uses: ` + setupActionRef + ` with: destination: ${{ runner.temp }}/gh-aw/actions - - name: Close expired discussions +`) + } + yaml.WriteString(` - name: Close expired discussions uses: ` + GetActionPin("actions/github-script") + ` with: script: | diff --git a/pkg/workflow/maintenance_workflow_test.go b/pkg/workflow/maintenance_workflow_test.go index 3947d0b928c..19560cffcb2 100644 --- a/pkg/workflow/maintenance_workflow_test.go +++ b/pkg/workflow/maintenance_workflow_test.go @@ -417,8 +417,8 @@ func TestGenerateMaintenanceWorkflow_ActionTag(t *testing.T) { if err != nil { t.Fatalf("Expected maintenance workflow to be generated: %v", err) } - if !strings.Contains(string(content), "uses: ./actions/setup") { - t.Errorf("Expected local path in dev mode, got:\n%s", string(content)) + if !strings.Contains(string(content), "bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh") { + t.Errorf("Expected dev mode bash setup in dev mode, got:\n%s", string(content)) } }) } diff --git a/pkg/workflow/repo_memory.go b/pkg/workflow/repo_memory.go index 29bd7d78ec2..006428bda05 100644 --- a/pkg/workflow/repo_memory.go +++ b/pkg/workflow/repo_memory.go @@ -684,29 +684,6 @@ func (c *Compiler) buildPushRepoMemoryJob(data *WorkflowData, threatDetectionEna steps = append(steps, step.String()) } - // In dev mode the setup action is referenced via a local path (./actions/setup), so its files - // live in the workspace. The push_repo_memory.cjs script internally checks out the memory - // branch, which replaces the workspace content and removes the actions/setup directory. - // Without restoring it, the runner's post-step for Setup Scripts would fail with - // "Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under .../actions/setup". - // We add a restore checkout step (if: always()) after all push steps so the post-step - // can always find action.yml and complete its /tmp/gh-aw cleanup. - // Note: no ref is specified in dev mode — use the repository default branch (same pattern - // as generateCheckoutActionsFolder in dev mode). - if c.actionMode.IsDev() { - var restoreStep strings.Builder - restoreStep.WriteString(" - name: Restore actions folder\n") - restoreStep.WriteString(" if: always()\n") - fmt.Fprintf(&restoreStep, " uses: %s\n", GetActionPin("actions/checkout")) - restoreStep.WriteString(" with:\n") - restoreStep.WriteString(" repository: github/gh-aw\n") - restoreStep.WriteString(" sparse-checkout: |\n") - restoreStep.WriteString(" actions/setup\n") - restoreStep.WriteString(" sparse-checkout-cone-mode: true\n") - restoreStep.WriteString(" persist-credentials: false\n") - steps = append(steps, restoreStep.String()) - } - // Set job condition based on threat detection // If threat detection is enabled, only run if detection passed // Otherwise, always run (even if agent job failed) diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden index 3b21a9547cf..6f2fc9be6fd 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/basic-copilot.golden @@ -35,11 +35,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -54,7 +56,7 @@ jobs: GH_AW_INFO_STAGED: "false" GH_AW_INFO_ALLOWED_DOMAINS: '["defaults"]' GH_AW_INFO_FIREWALL_ENABLED: "true" - GH_AW_INFO_AWF_VERSION: "v0.26.0" + GH_AW_INFO_AWF_VERSION: "v0.25.3" GH_AW_INFO_AWMG_VERSION: "" GH_AW_INFO_FIREWALL_TYPE: "squid" GH_AW_COMPILED_STRICT: "true" @@ -235,11 +237,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -279,7 +283,7 @@ jobs: - name: Install GitHub Copilot CLI run: ${RUNNER_TEMP}/gh-aw/actions/install_copilot_cli.sh latest - name: Install AWF binary - run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.26.0 + run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.25.3 - name: Determine automatic lockdown mode for GitHub MCP Server id: determine-automatic-lockdown uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -291,7 +295,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.26.0 ghcr.io/github/gh-aw-firewall/api-proxy:0.26.0 ghcr.io/github/gh-aw-firewall/squid:0.26.0 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 + run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.25.3 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.3 ghcr.io/github/gh-aw-firewall/squid:0.25.3 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 - name: Start MCP Gateway id: start-mcp-gateway env: @@ -361,7 +365,7 @@ jobs: set -o pipefail touch /tmp/gh-aw/agent-step-summary.md # shellcheck disable=SC1003 - sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,github.com,host.docker.internal,json-schema.org,json.schemastore.org,keyserver.ubuntu.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,ppa.launchpad.net,raw.githubusercontent.com,registry.npmjs.org,s.symcb.com,s.symcd.com,security.ubuntu.com,telemetry.enterprise.githubcopilot.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.26.0 --skip-pull --enable-api-proxy \ + sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,github.com,host.docker.internal,json-schema.org,json.schemastore.org,keyserver.ubuntu.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,ppa.launchpad.net,raw.githubusercontent.com,registry.npmjs.org,s.symcb.com,s.symcd.com,security.ubuntu.com,telemetry.enterprise.githubcopilot.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.25.3 --skip-pull --enable-api-proxy \ -- /bin/bash -c '/usr/local/bin/copilot --add-dir /tmp/gh-aw/ --log-level all --log-dir /tmp/gh-aw/sandbox/agent/logs/ --disable-builtin-mcps --allow-all-tools --allow-all-paths --add-dir "${GITHUB_WORKSPACE}" --prompt "$(cat /tmp/gh-aw/aw-prompts/prompt.txt)"' 2>&1 | tee -a /tmp/gh-aw/agent-stdio.log env: COPILOT_AGENT_RUNNER_TYPE: STANDALONE @@ -519,11 +523,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden index 398c0c028f6..c0e6ee2a160 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/smoke-copilot.golden @@ -49,11 +49,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -68,7 +70,7 @@ jobs: GH_AW_INFO_STAGED: "false" GH_AW_INFO_ALLOWED_DOMAINS: '["defaults","node","github","playwright"]' GH_AW_INFO_FIREWALL_ENABLED: "true" - GH_AW_INFO_AWF_VERSION: "v0.26.0" + GH_AW_INFO_AWF_VERSION: "v0.25.3" GH_AW_INFO_AWMG_VERSION: "" GH_AW_INFO_FIREWALL_TYPE: "squid" GH_AW_COMPILED_STRICT: "true" @@ -324,11 +326,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -405,7 +409,7 @@ jobs: - name: Install GitHub Copilot CLI run: ${RUNNER_TEMP}/gh-aw/actions/install_copilot_cli.sh latest - name: Install AWF binary - run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.26.0 + run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.25.3 - name: Determine automatic lockdown mode for GitHub MCP Server id: determine-automatic-lockdown uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -417,7 +421,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.26.0 ghcr.io/github/gh-aw-firewall/api-proxy:0.26.0 ghcr.io/github/gh-aw-firewall/squid:0.26.0 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 ghcr.io/github/serena-mcp-server:latest mcr.microsoft.com/playwright/mcp + run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.25.3 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.3 ghcr.io/github/gh-aw-firewall/squid:0.25.3 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 ghcr.io/github/serena-mcp-server:latest mcr.microsoft.com/playwright/mcp - name: Install gh-aw extension env: GH_TOKEN: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN || secrets.GH_AW_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} @@ -561,7 +565,7 @@ jobs: set -o pipefail touch /tmp/gh-aw/agent-step-summary.md # shellcheck disable=SC1003 - sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains '*.githubusercontent.com,*.jsr.io,api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.npms.io,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,bun.sh,cdn.jsdelivr.net,cdn.playwright.dev,codeload.github.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,deb.nodesource.com,deno.land,docs.github.com,esm.sh,get.pnpm.io,github-cloud.githubusercontent.com,github-cloud.s3.amazonaws.com,github.blog,github.com,github.githubassets.com,go.dev,golang.org,googleapis.deno.dev,googlechromelabs.github.io,goproxy.io,host.docker.internal,json-schema.org,json.schemastore.org,jsr.io,keyserver.ubuntu.com,lfs.github.com,nodejs.org,npm.pkg.github.com,npmjs.com,npmjs.org,objects.githubusercontent.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,pkg.go.dev,playwright.download.prss.microsoft.com,ppa.launchpad.net,proxy.golang.org,raw.githubusercontent.com,registry.bower.io,registry.npmjs.com,registry.npmjs.org,registry.yarnpkg.com,repo.yarnpkg.com,s.symcb.com,s.symcd.com,security.ubuntu.com,skimdb.npmjs.com,storage.googleapis.com,sum.golang.org,telemetry.enterprise.githubcopilot.com,telemetry.vercel.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com,www.npmjs.com,www.npmjs.org,yarnpkg.com' --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.26.0 --skip-pull --enable-api-proxy \ + sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains '*.githubusercontent.com,*.jsr.io,api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.npms.io,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,bun.sh,cdn.jsdelivr.net,cdn.playwright.dev,codeload.github.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,deb.nodesource.com,deno.land,docs.github.com,esm.sh,get.pnpm.io,github-cloud.githubusercontent.com,github-cloud.s3.amazonaws.com,github.blog,github.com,github.githubassets.com,go.dev,golang.org,googleapis.deno.dev,googlechromelabs.github.io,goproxy.io,host.docker.internal,json-schema.org,json.schemastore.org,jsr.io,keyserver.ubuntu.com,lfs.github.com,nodejs.org,npm.pkg.github.com,npmjs.com,npmjs.org,objects.githubusercontent.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,pkg.go.dev,playwright.download.prss.microsoft.com,ppa.launchpad.net,proxy.golang.org,raw.githubusercontent.com,registry.bower.io,registry.npmjs.com,registry.npmjs.org,registry.yarnpkg.com,repo.yarnpkg.com,s.symcb.com,s.symcd.com,security.ubuntu.com,skimdb.npmjs.com,storage.googleapis.com,sum.golang.org,telemetry.enterprise.githubcopilot.com,telemetry.vercel.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com,www.npmjs.com,www.npmjs.org,yarnpkg.com' --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.25.3 --skip-pull --enable-api-proxy \ -- /bin/bash -c '/usr/local/bin/copilot --add-dir /tmp/gh-aw/ --log-level all --log-dir /tmp/gh-aw/sandbox/agent/logs/ --disable-builtin-mcps --allow-all-tools --allow-all-paths --add-dir "${GITHUB_WORKSPACE}" --prompt "$(cat /tmp/gh-aw/aw-prompts/prompt.txt)"' 2>&1 | tee -a /tmp/gh-aw/agent-stdio.log env: COPILOT_AGENT_RUNNER_TYPE: STANDALONE @@ -719,11 +723,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 diff --git a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden index d2ca069ae98..8624afd4801 100644 --- a/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden +++ b/pkg/workflow/testdata/wasm_golden/TestWasmGolden_CompileFixtures/with-imports.golden @@ -35,11 +35,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Generate agentic run info id: generate_aw_info env: @@ -54,7 +56,7 @@ jobs: GH_AW_INFO_STAGED: "false" GH_AW_INFO_ALLOWED_DOMAINS: '["defaults"]' GH_AW_INFO_FIREWALL_ENABLED: "true" - GH_AW_INFO_AWF_VERSION: "v0.26.0" + GH_AW_INFO_AWF_VERSION: "v0.25.3" GH_AW_INFO_AWMG_VERSION: "" GH_AW_INFO_FIREWALL_TYPE: "squid" GH_AW_COMPILED_STRICT: "true" @@ -238,11 +240,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -282,7 +286,7 @@ jobs: - name: Install GitHub Copilot CLI run: ${RUNNER_TEMP}/gh-aw/actions/install_copilot_cli.sh latest - name: Install AWF binary - run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.26.0 + run: bash ${RUNNER_TEMP}/gh-aw/actions/install_awf_binary.sh v0.25.3 - name: Determine automatic lockdown mode for GitHub MCP Server id: determine-automatic-lockdown uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 @@ -294,7 +298,7 @@ jobs: const determineAutomaticLockdown = require('${{ runner.temp }}/gh-aw/actions/determine_automatic_lockdown.cjs'); await determineAutomaticLockdown(github, context, core); - name: Download container images - run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.26.0 ghcr.io/github/gh-aw-firewall/api-proxy:0.26.0 ghcr.io/github/gh-aw-firewall/squid:0.26.0 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 + run: bash ${RUNNER_TEMP}/gh-aw/actions/download_docker_images.sh ghcr.io/github/gh-aw-firewall/agent:0.25.3 ghcr.io/github/gh-aw-firewall/api-proxy:0.25.3 ghcr.io/github/gh-aw-firewall/squid:0.25.3 ghcr.io/github/gh-aw-mcpg:v0.2.8 ghcr.io/github/github-mcp-server:v0.32.0 - name: Start MCP Gateway id: start-mcp-gateway env: @@ -364,7 +368,7 @@ jobs: set -o pipefail touch /tmp/gh-aw/agent-step-summary.md # shellcheck disable=SC1003 - sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,github.com,host.docker.internal,json-schema.org,json.schemastore.org,keyserver.ubuntu.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,ppa.launchpad.net,raw.githubusercontent.com,registry.npmjs.org,s.symcb.com,s.symcd.com,security.ubuntu.com,telemetry.enterprise.githubcopilot.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.26.0 --skip-pull --enable-api-proxy \ + sudo -E awf --container-workdir "${GITHUB_WORKSPACE}" --mount "${RUNNER_TEMP}/gh-aw:${RUNNER_TEMP}/gh-aw:ro" --mount "${RUNNER_TEMP}/gh-aw:/host${RUNNER_TEMP}/gh-aw:ro" --env-all --exclude-env COPILOT_GITHUB_TOKEN --exclude-env GITHUB_MCP_SERVER_TOKEN --exclude-env MCP_GATEWAY_API_KEY --allow-domains api.business.githubcopilot.com,api.enterprise.githubcopilot.com,api.github.com,api.githubcopilot.com,api.individual.githubcopilot.com,api.snapcraft.io,archive.ubuntu.com,azure.archive.ubuntu.com,crl.geotrust.com,crl.globalsign.com,crl.identrust.com,crl.sectigo.com,crl.thawte.com,crl.usertrust.com,crl.verisign.com,crl3.digicert.com,crl4.digicert.com,crls.ssl.com,github.com,host.docker.internal,json-schema.org,json.schemastore.org,keyserver.ubuntu.com,ocsp.digicert.com,ocsp.geotrust.com,ocsp.globalsign.com,ocsp.identrust.com,ocsp.sectigo.com,ocsp.ssl.com,ocsp.thawte.com,ocsp.usertrust.com,ocsp.verisign.com,packagecloud.io,packages.cloud.google.com,packages.microsoft.com,ppa.launchpad.net,raw.githubusercontent.com,registry.npmjs.org,s.symcb.com,s.symcd.com,security.ubuntu.com,telemetry.enterprise.githubcopilot.com,ts-crl.ws.symantec.com,ts-ocsp.ws.symantec.com,www.googleapis.com --log-level info --proxy-logs-dir /tmp/gh-aw/sandbox/firewall/logs --audit-dir /tmp/gh-aw/sandbox/firewall/audit --enable-host-access --image-tag 0.25.3 --skip-pull --enable-api-proxy \ -- /bin/bash -c '/usr/local/bin/copilot --add-dir /tmp/gh-aw/ --log-level all --log-dir /tmp/gh-aw/sandbox/agent/logs/ --disable-builtin-mcps --allow-all-tools --allow-all-paths --add-dir "${GITHUB_WORKSPACE}" --prompt "$(cat /tmp/gh-aw/aw-prompts/prompt.txt)"' 2>&1 | tee -a /tmp/gh-aw/agent-stdio.log env: COPILOT_AGENT_RUNNER_TYPE: STANDALONE @@ -522,11 +526,13 @@ jobs: repository: github/gh-aw sparse-checkout: | actions + path: /tmp/gh-aw/dev-actions persist-credentials: false - name: Setup Scripts - uses: ./actions/setup - with: - destination: ${{ runner.temp }}/gh-aw/actions + run: | + bash /tmp/gh-aw/dev-actions/actions/setup/setup.sh + env: + INPUT_DESTINATION: ${{ runner.temp }}/gh-aw/actions - name: Check team membership for workflow id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8