From f7bf6d59591b4c6007bb1c29d01860b5ebddd46d Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Thu, 19 May 2022 10:47:31 +0100 Subject: [PATCH] Prevent codeql build failures --- .github/workflows/codeql-analysis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index add4e13c77..c686f373e1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,7 +14,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 + with: + fetch-depth: 0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL