From d76b973dd04535a21ce5a2c21322821256c16f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 03:41:37 +0000 Subject: [PATCH] chore(deps): bump anthropics/claude-code-action from 1.0.121 to 1.0.127 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.121 to 1.0.127. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8...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 c197d7750..1b6729c12 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1 + uses: anthropics/claude-code-action@1dc994ee7a008f0ecc866d9ac23ef036b7229f84 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: 'simple-agent-manager'