fix: Update checkout configuration for Docker network
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Failing after 33s
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Failing after 33s
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user