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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
39+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
54+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
79+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
69+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
42+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
105+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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@ff9acae5886d41a99ed4ec14b7dc147d55834722 # v1.0.77
34+ uses : anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 # v1.0.82
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