diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96b46d8..7bed526 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: ./build.sh claude-review: - uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-03-09 + uses: arillso/.github/.github/workflows/ai-claude-review.yml@2026-03-11 if: github.event_name == 'pull_request' && github.event.action == 'opened' secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 11a56f8..6461678 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -19,6 +19,6 @@ jobs: if: | (github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) || (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) - uses: arillso/.github/.github/workflows/ai-claude.yml@2026-03-09 + uses: arillso/.github/.github/workflows/ai-claude.yml@2026-03-11 secrets: CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}