Skip to content

Commit 37e8b89

Browse files
david-fraleyclaude
andauthored
fix: add checkout step to classify-issue-severity workflow (#21235)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 614e72a commit 37e8b89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/classify-issue-severity.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
result: ${{ steps.analysis.outputs.result }}
2222

2323
steps:
24+
- name: Checkout repository
25+
uses: actions/checkout@v4
26+
with:
27+
persist-credentials: false
28+
2429
- name: Analyze Issue Severity
2530
id: analysis
2631
uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23

0 commit comments

Comments
 (0)