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-refine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Refine with Claude (Sonnet)
if: steps.pick.outputs.target != ''
uses: anthropics/claude-code-action@v1.0.153
uses: anthropics/claude-code-action@v1.0.165
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# PreToolUse hook permits THIS session to `gh pr review` (its job).
# The hook still blocks reviews/merges from local + interactive agents.
CLABBY_REVIEW_CONTEXT: agent-review
uses: anthropics/claude-code-action@v1.0.153
uses: anthropics/claude-code-action@v1.0.165
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Reviewing major Dependabot bumps is this job's purpose, but the action blocks
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ jobs:

# Pinned to match rust-toolchain.toml — bump both together.
- name: Install Rust (rustfmt + clippy)
uses: dtolnay/rust-toolchain@1.96.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: rustfmt, clippy

- name: Cache cargo
uses: Swatinem/rust-cache@v2

- name: Install cargo-machete
uses: taiki-e/install-action@v2.82.1
uses: taiki-e/install-action@v2.82.8
with:
tool: cargo-machete

Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
- uses: actions/checkout@v7

- name: Install Rust (+ llvm-tools)
uses: dtolnay/rust-toolchain@1.96.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: llvm-tools-preview

Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
- uses: actions/checkout@v7

- name: Install Rust (clippy)
uses: dtolnay/rust-toolchain@1.96.0
uses: dtolnay/rust-toolchain@1.100.0
with:
components: clippy

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:

# Pinned to match rust-toolchain.toml — bump both together.
- name: Install Rust
uses: dtolnay/rust-toolchain@1.96.0
uses: dtolnay/rust-toolchain@1.100.0

- name: Cache cargo
uses: Swatinem/rust-cache@v2

# Pinned for week-over-week reproducibility (mutation operators change between
# releases). Bump deliberately alongside reviewing any resulting churn.
- name: Install cargo-mutants
uses: taiki-e/install-action@v2.82.1
uses: taiki-e/install-action@v2.82.8
with:
tool: cargo-mutants@27.1.0

Expand Down
Loading