diff --git a/.github/workflows/claude-assistant.yml b/.github/workflows/claude-assistant.yml index c672a20..7670215 100644 --- a/.github/workflows/claude-assistant.yml +++ b/.github/workflows/claude-assistant.yml @@ -45,7 +45,7 @@ jobs: CONTEXT7_API_KEY: ${{ secrets.CONTEXT7_API_KEY }} - name: Run Claude Code Assistant - uses: anthropics/claude-code-action@c9ec2b02b40ac0444c6716e51d5e19ef2e0b8d00 # v1.0.28 + uses: anthropics/claude-code-action@1b8ee3b94104046d71fde52ec3557651ad8c0d71 # v1.0.29 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: true diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 2898996..ee568b3 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -36,7 +36,7 @@ jobs: CONTEXT7_API_KEY: ${{ secrets.CONTEXT7_API_KEY }} - name: Review PR - uses: anthropics/claude-code-action@c9ec2b02b40ac0444c6716e51d5e19ef2e0b8d00 # v1.0.28 + uses: anthropics/claude-code-action@1b8ee3b94104046d71fde52ec3557651ad8c0d71 # v1.0.29 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}