Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Binaries the gates tier executes
run: sudo apt-get update && sudo apt-get install -y zsh
- name: Install tokei
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@c3ec0de9ae7f1019cea21aa96aa0a895b9552063 # v2.87.9
with:
tool: tokei

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

- name: Install cargo-audit
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@c3ec0de9ae7f1019cea21aa96aa0a895b9552063 # v2.87.9
with:
tool: cargo-audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/claude-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 1

- uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
- uses: anthropics/claude-code-action@19dda84776b3518d98b8798e591daee763049ed3 # v1
id: claude
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Fix issue #${{ matrix.issue }}
id: fix
uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
uses: anthropics/claude-code-action@19dda84776b3518d98b8798e591daee763049ed3 # v1
env:
# Claude's gh/git commands use PAT so PRs trigger CI
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
# Verify the fix in a separate read-only Claude session
- name: Verify fix for #${{ matrix.issue }}
if: steps.find-pr.outputs.number
uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
uses: anthropics/claude-code-action@19dda84776b3518d98b8798e591daee763049ed3 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.PAT_TOKEN }}
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
with:
fetch-depth: 1

- uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
- uses: anthropics/claude-code-action@19dda84776b3518d98b8798e591daee763049ed3 # v1
id: verify
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
with:
fetch-depth: 1

- uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1
- uses: anthropics/claude-code-action@19dda84776b3518d98b8798e591daee763049ed3 # v1
id: claude
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: touch "src-tauri/binaries/vmark-mcp-server-x86_64-unknown-linux-gnu"

- name: Install cargo-mutants
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@c3ec0de9ae7f1019cea21aa96aa0a895b9552063 # v2.87.9
with:
tool: cargo-mutants

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: touch "src-tauri/binaries/vmark-mcp-server-x86_64-unknown-linux-gnu"

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@c3ec0de9ae7f1019cea21aa96aa0a895b9552063 # v2.87.9
with:
tool: cargo-llvm-cov

Expand Down