From 37e8b8946a14856fd7b7d76ed3f93b61547ce479 Mon Sep 17 00:00:00 2001 From: david-fraley <67079030+david-fraley@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:53:16 -0600 Subject: [PATCH] fix: add checkout step to classify-issue-severity workflow (#21235) Co-authored-by: Claude Sonnet 4.5 --- .github/workflows/classify-issue-severity.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/classify-issue-severity.yml b/.github/workflows/classify-issue-severity.yml index 649988d203..6ad256d754 100644 --- a/.github/workflows/classify-issue-severity.yml +++ b/.github/workflows/classify-issue-severity.yml @@ -21,6 +21,11 @@ jobs: result: ${{ steps.analysis.outputs.result }} steps: + - name: Checkout repository + uses: actions/checkout@v4 + with: + persist-credentials: false + - name: Analyze Issue Severity id: analysis uses: anthropics/claude-code-action@f0c8eb29807907de7f5412d04afceb5e24817127 # v1.0.23