From 5d1a3c548de087c9365fda79be02da5cc1977313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:05:23 +0000 Subject: [PATCH] ci: bump anthropics/claude-code-action from 1.0.107 to 1.0.112 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.107 to 1.0.112. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/567fe954a4527e81f132d87d1bdbcc94f7737434...2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.112 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index ac377fa..bb7157b 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -48,6 +48,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1.0.107 + uses: anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1.0.112 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}