|
|
|
|
@ -52,7 +52,7 @@ jobs:
|
|
|
|
|
comment_repo: ""
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup Scripts
|
|
|
|
|
uses: github/gh-aw/actions/setup@v0.42.8
|
|
|
|
|
uses: github/gh-aw/actions/setup@eb184b62aad2fa8fda1af7c372d51950e2e21c56 # v0.42.8
|
|
|
|
|
with:
|
|
|
|
|
destination: /opt/gh-aw/actions
|
|
|
|
|
- name: Check workflow file timestamps
|
|
|
|
|
@ -91,11 +91,11 @@ jobs:
|
|
|
|
|
secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }}
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup Scripts
|
|
|
|
|
uses: github/gh-aw/actions/setup@v0.42.8
|
|
|
|
|
uses: github/gh-aw/actions/setup@eb184b62aad2fa8fda1af7c372d51950e2e21c56 # v0.42.8
|
|
|
|
|
with:
|
|
|
|
|
destination: /opt/gh-aw/actions
|
|
|
|
|
- name: Checkout .github and .agents folders
|
|
|
|
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
|
|
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
|
|
|
with:
|
|
|
|
|
sparse-checkout: |
|
|
|
|
|
.github
|
|
|
|
|
@ -143,7 +143,7 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
TOKEN_CHECK: ${{ secrets.GH_AW_GITHUB_MCP_SERVER_TOKEN }}
|
|
|
|
|
if: env.TOKEN_CHECK != ''
|
|
|
|
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
|
|
|
|
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
|
|
|
|
|
with:
|
|
|
|
|
script: |
|
|
|
|
|
const determineAutomaticLockdown = require('/opt/gh-aw/actions/determine_automatic_lockdown.cjs');
|
|
|
|
|
@ -767,7 +767,7 @@ jobs:
|
|
|
|
|
total_count: ${{ steps.missing_tool.outputs.total_count }}
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup Scripts
|
|
|
|
|
uses: github/gh-aw/actions/setup@v0.42.8
|
|
|
|
|
uses: github/gh-aw/actions/setup@eb184b62aad2fa8fda1af7c372d51950e2e21c56 # v0.42.8
|
|
|
|
|
with:
|
|
|
|
|
destination: /opt/gh-aw/actions
|
|
|
|
|
- name: Debug job inputs
|
|
|
|
|
@ -871,7 +871,7 @@ jobs:
|
|
|
|
|
success: ${{ steps.parse_results.outputs.success }}
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup Scripts
|
|
|
|
|
uses: github/gh-aw/actions/setup@v0.42.8
|
|
|
|
|
uses: github/gh-aw/actions/setup@eb184b62aad2fa8fda1af7c372d51950e2e21c56 # v0.42.8
|
|
|
|
|
with:
|
|
|
|
|
destination: /opt/gh-aw/actions
|
|
|
|
|
- name: Download agent artifacts
|
|
|
|
|
@ -982,7 +982,7 @@ jobs:
|
|
|
|
|
process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }}
|
|
|
|
|
steps:
|
|
|
|
|
- name: Setup Scripts
|
|
|
|
|
uses: github/gh-aw/actions/setup@v0.42.8
|
|
|
|
|
uses: github/gh-aw/actions/setup@eb184b62aad2fa8fda1af7c372d51950e2e21c56 # v0.42.8
|
|
|
|
|
with:
|
|
|
|
|
destination: /opt/gh-aw/actions
|
|
|
|
|
- name: Download agent output artifact
|
|
|
|
|
|