diff --git a/.github/workflows/claude-code-agent.yml b/.github/workflows/claude-code-agent.yml index 6bd38bc..383f6bb 100644 --- a/.github/workflows/claude-code-agent.yml +++ b/.github/workflows/claude-code-agent.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1 + uses: anthropics/claude-code-action@90d189f3abd48655ec3e2c67c552cc23e92d6028 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 613a611..afbeddb 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -34,7 +34,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf # v1 + uses: anthropics/claude-code-action@90d189f3abd48655ec3e2c67c552cc23e92d6028 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: |