Skip to content

Commit

Permalink
fix: Qodana 분석 workflow YML 파일 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dahyeo-n authored Jan 9, 2025
1 parent 74a10d8 commit b3024e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout code
- uses: actions/checkout@v3
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }} # PR에서 실제 커밋 체크아웃
fetch-depth: 0 # 풀 히스토리 필요 (PR 분석을 위해)
Expand Down

0 comments on commit b3024e7

Please sign in to comment.