From 6aad0467f35bba6e6550e8ffa4d557fcd5df1f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 17:29:04 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.111 to 1.0.127 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.111 to 1.0.127. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/fefa07e9c665b7320f08c3b525980457f22f58aa...1dc994ee7a008f0ecc866d9ac23ef036b7229f84) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.127 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 a077d1e..fa0a715 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,6 +32,6 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@fefa07e9c665b7320f08c3b525980457f22f58aa # v1.0.111 + uses: anthropics/claude-code-action@1dc994ee7a008f0ecc866d9ac23ef036b7229f84 # v1.0.127 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}