fix: Update checkout configuration for Docker network
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Failing after 33s

This commit is contained in:
Hyungi Ahn
2025-07-24 12:19:33 +09:00
parent 407d1cede6
commit 4439c88d00

View File

@@ -15,8 +15,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # Full history for better analysis
fetch-depth: 0
# Docker 네트워크 내에서 접근
repository: ${{ gitea.repository }}
token: ${{ gitea.token }}
- name: Test SonarQube connection
run: |
echo "Testing connection to SonarQube..."