From 7d80e4194eda5d7011fec2e451f9bafeb0ce51e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:50:54 +0000 Subject: [PATCH] chore(deps): update anthropics/claude-code-action action to v1.0.16 --- .github/workflows/_claude-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_claude-code.yml b/.github/workflows/_claude-code.yml index 587ffeb2..7a4afb29 100644 --- a/.github/workflows/_claude-code.yml +++ b/.github/workflows/_claude-code.yml @@ -121,7 +121,7 @@ jobs: --system-prompt "Read the CLAUDE.md file in the root folder of this repository and explicitely acknowledge you will apply **all** guidance therein and in **all** linked documents." - name: Run Claude Code (Automation Mode) if: inputs.mode == 'automation' - uses: anthropics/claude-code-action@v1.0.15 + uses: anthropics/claude-code-action@v1.0.16 with: github_token: ${{ secrets.GITHUB_TOKEN }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}