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: |