Skip to content

Commit a1cd920

Browse files
pin down checkout version for workflow (#1116)
1 parent e7b9f16 commit a1cd920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
id-token: write
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
fetch-depth: 1
3131

3232
- name: Run Claude Code
3333
id: claude
3434
uses: anthropics/claude-code-action@beta
3535
with:
36-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
36+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)