Skip to content

Commit 17fbe83

Browse files
authored
Merge pull request #239 from kleros/fix/sonarqube-quality-gate
chore: specify claude-code-action version by commit
2 parents 716da34 + b9fdb8e commit 17fbe83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
claude-response:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: anthropics/claude-code-action@v1
16+
- uses: anthropics/claude-code-action@426380f01bad0a17200865605a85cb28926dccbf
1717
with:
1818
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
1919
# Or use OAuth token instead:

0 commit comments

Comments
 (0)