From a9a28374e63bee20ccbc57617a2b8ae9d6dbac36 Mon Sep 17 00:00:00 2001 From: ryu Date: Wed, 27 Nov 2024 10:46:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20sonarqube=20=EB=B6=84=EC=84=9D=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a3b9e85..bf82e886 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,6 @@ jobs: with: fetch-depth: 0 # 전체 Git 이력을 가져옵니다. - - name: Fetch Git Branches - run: git fetch --unshallow # 추가적으로 모든 브랜치를 가져옵니다. - - name: JDK 17 설정 uses: actions/setup-java@v4 with: