Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/agent-dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: 📋 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🤖 Run Dispatcher Core
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aggregate-telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
report_created: ${{ steps.report.outputs.created }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Calculate target week
id: week
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ext: .exe

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand All @@ -78,7 +78,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Download All Artifacts
uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-protocol-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
check-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Check for protocol updates
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codex-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: 📥 Checkout PR
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: refs/pull/${{ needs.should-run.outputs.pr_number }}/merge
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-atomicity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copilot-auto-implementation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Create Implementation Issue for Copilot
id: create-issue
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Check for E2E Test Configuration
id: check-e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-meta-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Download Analysis Data
uses: actions/download-artifact@v6
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dependency-quarantine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🎓 Graduate mature PRs
run: |
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🔄 Trigger Context Research
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dependency-sentinel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

# ─────────────────────────────────────────────────────────────
# ACTION: New Dependabot PR - Ensure protocol is followed
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 📊 Generate Weekly Report
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Detect E2E Framework
id: detect
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/evolution-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
outputs:
metrics_json: ${{ steps.metrics.outputs.json }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Calculate date range
id: dates
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guardian-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: 📋 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🔢 Resolve PR Number
id: pr
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/living-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ env.CONTEXT_PR_BRANCH }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/planner-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: 📋 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🗺️ Parse Roadmap from ARCHITECTURE.md
id: roadmap
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

steps:
- name: 📋 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: 🧠 Generate Issue Plan
id: generate
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post-quarantine-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: living-context/main
fetch-depth: 0
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node.js (for Gemini CLI)
uses: actions/setup-node@v4
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Download Analysis Report
uses: actions/download-artifact@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/structure-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

steps:
- name: 📥 Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-protocol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflow-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Download Orchestrator (from artifact or pre-built)
id: get-binary
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Generate Markdown Report
id: report
Expand Down
Loading