Skip to content

Commit 260bfa8

Browse files
committed
chore: use pinned version
1 parent 699bdc1 commit 260bfa8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
id-token: write
3737
actions: read
3838
steps:
39-
- uses: actions/checkout@v6
39+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040
with:
4141
ref: ${{ github.event.pull_request.head.sha }}
4242
fetch-depth: 1
4343

44-
- uses: anthropics/claude-code-action@v1
44+
- uses: anthropics/claude-code-action@70e16deb18402428bd09e08d1ec3662a872e3c72
4545
with:
4646
anthropic_api_key: ${{ secrets.ORG_ANTHROPIC_API_KEY }}
4747
additional_permissions: "actions: read"
@@ -122,12 +122,12 @@ jobs:
122122
fi
123123
124124
# Checkout base branch (trusted) - Claude reads PR diff via gh pr diff
125-
- uses: actions/checkout@v6
125+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
126126
if: steps.fork-check.outputs.is_fork != 'true'
127127
with:
128128
fetch-depth: 1
129129

130-
- uses: anthropics/claude-code-action@v1
130+
- uses: anthropics/claude-code-action@70e16deb18402428bd09e08d1ec3662a872e3c72
131131
if: steps.fork-check.outputs.is_fork != 'true'
132132
with:
133133
anthropic_api_key: ${{ secrets.ORG_ANTHROPIC_API_KEY }}
@@ -170,11 +170,11 @@ jobs:
170170
actions: read
171171
steps:
172172
# Checkout base branch (trusted) - Claude reads PR diff via gh pr diff
173-
- uses: actions/checkout@v6
173+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
174174
with:
175175
fetch-depth: 1
176176

177-
- uses: anthropics/claude-code-action@v1
177+
- uses: anthropics/claude-code-action@70e16deb18402428bd09e08d1ec3662a872e3c72
178178
with:
179179
anthropic_api_key: ${{ secrets.ORG_ANTHROPIC_API_KEY }}
180180
additional_permissions: "actions: read"

0 commit comments

Comments
 (0)