Skip to content
Merged
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/actions/signature-verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Run signature verification
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-63-issue-intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: steps.eligibility.outputs.should-run == 'true'
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Install dependencies
if: steps.eligibility.outputs.should-run == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-auto-pilot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
if: steps.check_enabled.outputs.enabled == 'true'
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Cache pip (LLM requirements)
if: steps.check_enabled.outputs.enabled == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-capability-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-decompose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-dedup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-issue-optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
if: steps.check.outputs.should_run == 'true'
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
if: steps.check.outputs.should_run == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-keepalive-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install pydantic langchain-openai langchain-anthropic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agents-weekly-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Restore metrics artifact cache
id: metrics-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-40-repo-selfcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-python@v6
if: ${{ env.HAS_ADMIN_TOKEN == 'true' }}
with:
python-version: '3.12'
python-version: '3.14'

- name: Install enforcement dependencies
if: ${{ env.HAS_ADMIN_TOKEN == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-43-ci-signature-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Read signature files
id: read_signature
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-44-gate-branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- uses: actions/setup-python@v6
if: steps.fingerprint.outputs.should_run == 'true'
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
if: steps.fingerprint.outputs.should_run == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-52-semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.14'

- name: Install Semgrep
run: pip install semgrep
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-68-consumer-sync-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install pyyaml requests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-70-validate-sync-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'
- name: Install dependencies
run: pip install pyyaml
- name: Validate manifest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-72-template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install sync dependencies
run: pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-73-template-completeness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-74-template-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install checker dependencies
run: pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-76-codex-cli-freshness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Emit Codex CLI freshness contract
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/health-78-backplane-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install jsonschema pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-39-test-llm-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-50-tool-version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Check current versions
id: current
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-51-dependency-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Cache uv binary
id: cache-uv
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maint-52-sync-dev-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Report versions against PyPI
run: |
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Check for pyproject.toml
id: check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maint-68-sync-consumer-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install pyyaml
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install lint tools
run: pip install ruff pyyaml
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: pip install pyyaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-69-sync-integration-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: steps.token.outputs.token_available == 'true'
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install uv
if: steps.token.outputs.token_available == 'true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install formatting tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-71-auto-fix-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
if: steps.check_status.outputs.should_fix == 'true' && steps.integration_token.outputs.token_available == 'true'
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install formatting tools
if: steps.check_status.outputs.should_fix == 'true' && steps.integration_token.outputs.token_available == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-74-ledger-base-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-83-bootstrap-consumer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Bootstrap consumer settings
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-84-prune-agent-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.14"

- name: Run pruner
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-auto-update-pypi-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Check for outdated versions
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-dependabot-auto-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Install uv
run: pip install uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-metrics-retention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
python-version: "3.14"

- name: Determine dry-run mode
id: mode
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maint-sync-env-from-pyproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-python@v6
with:
python-version: '3.12'
python-version: '3.14'

- name: Align source files from canonical pin file
run: |
Expand Down
Loading
Loading