File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - uses : actions/setup-dotnet@v5
116116
117- - uses : actions/download-artifact@v7
117+ - uses : actions/download-artifact@v8
118118 with :
119119 name : preview-packages
120120 path : ./artifacts
Original file line number Diff line number Diff line change 3333
3434 - name : Run Claude Code Review
3535 id : claude-review
36- uses : anthropics/claude-code-action@01872ccc02bf66740207fb338a783ce028216758 # v1
36+ uses : anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1
3737 with :
3838 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3939 plugin_marketplaces : ' https://github.com/anthropics/claude-code.git'
Original file line number Diff line number Diff line change 3232
3333 - name : Run Claude Code
3434 id : claude
35- uses : anthropics/claude-code-action@01872ccc02bf66740207fb338a783ce028216758 # v1
35+ uses : anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1
3636 with :
3737 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838
You can’t perform that action at this time.
0 commit comments