diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index e1204d1..841aaa2 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 20 - - name: Fetch base_ref HEAD to use it as Ancestor hash in LHCI + - name: Fetch base_ref HEAD run: git fetch --depth=1 origin +refs/heads/${{ github.base_ref }}:refs/remotes/origin/${{ github.base_ref }} - name: Setup bun uses: oven-sh/setup-bun@v2