diff --git a/.github/workflows/father.yml b/.github/workflows/father.yml index 51d445e9..8ac8e661 100644 --- a/.github/workflows/father.yml +++ b/.github/workflows/father.yml @@ -32,7 +32,7 @@ jobs: - name: Run Father id: father - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1 + uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1 with: trigger_phrase: '@father' claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/mother.yml b/.github/workflows/mother.yml index 4280263e..aba9fc61 100644 --- a/.github/workflows/mother.yml +++ b/.github/workflows/mother.yml @@ -32,7 +32,7 @@ jobs: - name: Run Mother id: mother - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1 + uses: anthropics/claude-code-action@9db782c3a17ef2bfc274cd17411bc3e0a5ba1345 # v1 with: trigger_phrase: '@mother' claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}