We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b3a4c commit 41a2f35Copy full SHA for 41a2f35
.github/workflows/claude.yml
@@ -29,13 +29,13 @@ jobs:
29
actions: read
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
with:
34
fetch-depth: 1
35
36
- name: Run Claude Code
37
id: claude
38
- uses: anthropics/claude-code-action@6902c227aaa9536481b99d56f3014bbbad6c6da8 # v1
+ uses: anthropics/claude-code-action@ac1a3207f3f00b4a37e2f3a6f0935733c7c64651 # v1.0
39
40
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
41
0 commit comments