From 4439c88d007891bc6307fd9cca222089b8756936 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Thu, 24 Jul 2025 12:19:33 +0900 Subject: [PATCH] fix: Update checkout configuration for Docker network --- .gitea/workflows/sonarqube.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sonarqube.yml b/.gitea/workflows/sonarqube.yml index 28c794a..4f536a1 100644 --- a/.gitea/workflows/sonarqube.yml +++ b/.gitea/workflows/sonarqube.yml @@ -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..."