From 9c72cba7e2f9d1b4f05bdd99b80e8e9b87ac87ce Mon Sep 17 00:00:00 2001 From: Dilan Bhalla Date: Mon, 24 Apr 2023 15:16:50 -0700 Subject: [PATCH] removing unshallow --- .github/workflows/sync-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-main.yml b/.github/workflows/sync-main.yml index 380afdfbcfc..879473fc098 100644 --- a/.github/workflows/sync-main.yml +++ b/.github/workflows/sync-main.yml @@ -27,9 +27,9 @@ jobs: shell: bash run: | set -x - git fetch --unshallow + git fetch git remote add upstream https://github.com/github/codeql.git - git fetch upstream --unshallow --tags --force + git fetch upstream --tags --force - name: Sync Main shell: bash run: |