File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Analyze failure with Claude
39- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
39+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
4040 with :
4141 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4242 prompt : |
Original file line number Diff line number Diff line change 5151 run : npm install -g markdownlint-cli2 prettier
5252
5353 - name : Review PR with Claude
54- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
54+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
5555 with :
5656 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5757 track_progress : true
Original file line number Diff line number Diff line change 7676
7777 - name : Run Claude Code
7878 id : claude
79- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
79+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
8080 with :
8181 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
8282 use_commit_signing : true
Original file line number Diff line number Diff line change 6666
6767 - name : Validate plugin components
6868 if : steps.changed-files.outputs.has_changes == 'true'
69- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
69+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
7070 id : validate
7171 with :
7272 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Original file line number Diff line number Diff line change 3939
4040 - name : Label issue with Claude
4141 id : labeler
42- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
42+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
4343 with :
4444 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
4545 prompt : |
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Label PR with Claude
104104 id : labeler
105- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
105+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
106106 with :
107107 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
108108 prompt : |
Original file line number Diff line number Diff line change 3131 fetch-depth : 1
3232
3333 - name : Check version consistency
34- uses : anthropics/claude-code-action@23ed4cb53d6eacddbc22ec16652c98bcc54e0476 # v1.0.48
34+ uses : anthropics/claude-code-action@68cfeead1890300cc87935dbe2c023825be87b8a # v1.0.52
3535 id : version-check
3636 with :
3737 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments