From 8fcb8e16b8c1353a2a862e146081ee0c2c254c0e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 17 Jul 2025 00:26:16 +0000 Subject: [PATCH] chore: update claude-code-base-action to v0.0.36 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5ef0224..def2af3 100644 --- a/action.yml +++ b/action.yml @@ -185,7 +185,7 @@ runs: - name: Run Claude Code id: claude-code if: steps.prepare.outputs.contains_trigger == 'true' - uses: anthropics/claude-code-base-action@503cc7080e62d63d2cc1d80035ed04617d5efb47 # v0.0.35 + uses: anthropics/claude-code-base-action@03e2a2d6923a9187c8e93b04ef2f8dae3219d0b1 # v0.0.36 with: prompt_file: ${{ runner.temp }}/claude-prompts/claude-prompt.txt allowed_tools: ${{ env.ALLOWED_TOOLS }}