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
10 changes: 5 additions & 5 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
--add-label "agent-planning" \
--repo ${{ github.repository }}

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
--add-label "agent-working" \
--repo ${{ github.repository }}

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
echo "revision_number=$((revision_count + 1))" >> "$GITHUB_OUTPUT"
fi

- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: steps.gate.outputs.skip != 'true' && steps.cap.outputs.capped != 'true'
with:
fetch-depth: 1
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
--add-label "agent-working" \
--repo ${{ github.repository }}

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down Expand Up @@ -490,7 +490,7 @@ jobs:
actions: read
id-token: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
(github.event_name == 'pull_request' && github.event.label.name == 'benchmark')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install system dependencies
run: |
Expand Down
40 changes: 20 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: "true"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
sudo docker image prune --all --force || true
df -h /

- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
name: Cargo Deny Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
Expand All @@ -267,7 +267,7 @@ jobs:
RUSTC_WRAPPER: sccache
SCCACHE_GHA_ENABLED: ${{ github.event_name != 'pull_request' && 'true' || 'false' }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
os: ${{ fromJSON(github.event_name == 'pull_request' && '["ubuntu-latest","macos-latest"]' || '["ubuntu-latest","macos-latest","windows-latest"]') }}

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

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
python-version: ['3.10', '3.11', '3.12']

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

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
os: ${{ fromJSON(github.event_name == 'pull_request' && '["ubuntu-latest","macos-latest"]' || '["ubuntu-latest","macos-latest","windows-latest"]') }}

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

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
os: [ubuntu-latest, macos-latest]

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

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -666,7 +666,7 @@ jobs:
os: ${{ fromJSON(github.event_name == 'pull_request' && '["ubuntu-latest","macos-latest"]' || '["ubuntu-latest","macos-latest","windows-latest"]') }}

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

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -795,7 +795,7 @@ jobs:
SCCACHE_GHA_ENABLED: ${{ github.event_name != 'pull_request' && 'true' || 'false' }}

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

- name: Download shared codegen artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -901,7 +901,7 @@ jobs:
os: [ubuntu-latest, macos-latest]

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

- name: Download native release artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -941,7 +941,7 @@ jobs:
runs-on: ubuntu-latest
needs: [preflight]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand All @@ -967,7 +967,7 @@ jobs:
needs: [preflight]

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

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -1055,7 +1055,7 @@ jobs:
runs-on: ubuntu-latest
needs: [preflight, native-release]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
Expand Down Expand Up @@ -1087,7 +1087,7 @@ jobs:
runs-on: macos-latest
needs: [preflight, native-release]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Download native release artifact
uses: actions/download-artifact@v4
Expand All @@ -1112,7 +1112,7 @@ jobs:
needs: [preflight]
timeout-minutes: 35
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -1168,7 +1168,7 @@ jobs:
needs: [preflight]
timeout-minutes: 25
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -1254,7 +1254,7 @@ jobs:
os: [ubuntu-latest, macos-latest]

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

- name: Download native release artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -1295,7 +1295,7 @@ jobs:
runs-on: ubuntu-latest
needs: [preflight]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install Lua
run: |
Expand All @@ -1313,7 +1313,7 @@ jobs:
needs: [preflight]

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

- name: Install system dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
id-token: write
actions: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id-token: write
actions: read
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/community-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
exit 1
fi

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
token: ${{ secrets.COMMUNITY_STATS_PUSH_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install system dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/headless-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Advisory lane — never fail the workflow run on a software-rasterizer flake.
continue-on-error: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Install engine + software Vulkan (lavapipe) dependencies
run: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Validate release-please config
run: |
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Check .rs files do not exceed 500 lines
run: |
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Unit-test the agent-config generator
run: python3 scripts/test_sync_agent_configs.py
Expand All @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -181,7 +181,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Get changed markdown files
id: changed
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0

Expand Down
Loading
Loading