From 00e30edec46ebd769736da52dd874ba3e6e3f1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 03:55:00 +0000 Subject: [PATCH] build(deps): bump the actions-minor-patch group across 1 directory with 2 updates Bumps the actions-minor-patch group with 2 updates in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `taiki-e/install-action` from 2.87.7 to 2.87.12 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/84f5ac3124727fb3d284d4d22ee9ab3654fd09a6...3f74d7c16a4242f1c95561e98edc25d36adb4375) Updates `anthropics/claude-code-action` from 1.0.217 to 1.0.223 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/9c5ddab2e6d17b83ea679153b31f1d5f023cf636...9cdae7f0d995e3ba7c33f226087fdf82a59cd520) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.220 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch - dependency-name: taiki-e/install-action dependency-version: 2.87.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/claude-audit.yml | 2 +- .github/workflows/claude.yml | 8 ++++---- .github/workflows/mutation.yml | 2 +- .github/workflows/rust-coverage.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73732ed16..98a29c726 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: tokei @@ -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@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: cargo-audit diff --git a/.github/workflows/claude-audit.yml b/.github/workflows/claude-audit.yml index d5e323715..c2283740a 100644 --- a/.github/workflows/claude-audit.yml +++ b/.github/workflows/claude-audit.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1 + - uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ca29172c4..8bb31e960 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -124,7 +124,7 @@ jobs: - name: Fix issue #${{ matrix.issue }} id: fix - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1 + uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1 env: # Claude's gh/git commands use PAT so PRs trigger CI GH_TOKEN: ${{ secrets.PAT_TOKEN }} @@ -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@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.PAT_TOKEN }} @@ -372,7 +372,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1 + - uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1 id: verify with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} @@ -448,7 +448,7 @@ jobs: with: fetch-depth: 1 - - uses: anthropics/claude-code-action@9c5ddab2e6d17b83ea679153b31f1d5f023cf636 # v1 + - uses: anthropics/claude-code-action@9cdae7f0d995e3ba7c33f226087fdf82a59cd520 # v1 id: claude with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 70f4647f1..d5aa211d3 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -138,7 +138,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@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: cargo-mutants diff --git a/.github/workflows/rust-coverage.yml b/.github/workflows/rust-coverage.yml index 168d7275d..fe28c0379 100644 --- a/.github/workflows/rust-coverage.yml +++ b/.github/workflows/rust-coverage.yml @@ -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@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12 with: tool: cargo-llvm-cov