From 3d91628da2de5c4f62dcd2c4f3ddc82ce3b61275 Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Sun, 15 Aug 2021 13:12:09 +0200 Subject: [PATCH] Remove fetch-depth from CodeQL --- .github/workflows/codeql-analysis.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 25d3b4367..b2e54a504 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -32,9 +32,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 with: - # We must fetch at least the immediate parents so that if this is - # a pull request then we can checkout the head. - fetch-depth: 2 submodules: true - name: Prepare Linux