From d2a72fcd85da3131e3c3799a0f86630f6e6b23b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:32:21 +0000 Subject: [PATCH] ci(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [jaywcjlove/coverage-badges-cli](https://github.com/jaywcjlove/coverage-badges-cli), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `jaywcjlove/coverage-badges-cli` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/jaywcjlove/coverage-badges-cli/releases) - [Commits](https://github.com/jaywcjlove/coverage-badges-cli/compare/4e8975aa2628e3329126e7eee36724d07ed86fda...998665f7962b1a3935ba8c3e786171a99436e5d1) Updates `anthropics/claude-code-action` from 1.0.34 to 1.0.72 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/f64219702d7454cf29fe32a74104be6ed43dc637...cd77b50d2b0808657f8e6774085c8bf54484351c) Updates `actions/setup-node` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f) --- updated-dependencies: - dependency-name: jaywcjlove/coverage-badges-cli dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.72 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/claude.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09b4801..51c7ff2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,7 +71,7 @@ jobs: - name: Run Tests with Coverage run: pnpm run coverage - name: Create Coverage Badge - uses: jaywcjlove/coverage-badges-cli@4e8975aa2628e3329126e7eee36724d07ed86fda # v2.2.0 + uses: jaywcjlove/coverage-badges-cli@998665f7962b1a3935ba8c3e786171a99436e5d1 # v2.3.0 with: source: coverage/coverage-summary.json output: coverage/badges.svg diff --git a/.github/workflows/claude.yaml b/.github/workflows/claude.yaml index 00a361d..cb4a774 100644 --- a/.github/workflows/claude.yaml +++ b/.github/workflows/claude.yaml @@ -31,7 +31,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@f64219702d7454cf29fe32a74104be6ed43dc637 # v1.0.34 + uses: anthropics/claude-code-action@6062f3709600659be5e47fcddf2cf76993c235c2 # v1.0.76 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} allowed_tools: 'Bash,mcp__context7__resolve-library-id,mcp__context7__get-library-docs' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3644b36..1baabbd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: uses: ./.github/actions/setup-nix - name: Setup Node.js for npm - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: registry-url: 'https://registry.npmjs.org' node-version: lts/*