From 7e45a2ee6e407d36374eb6c3d5196e768c246115 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 Jan 2022 01:00:36 +0100 Subject: [github-actions] Also checkout all tags for codeql --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index efe9746..67830a6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: 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 + fetch-depth: 0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL -- cgit v1.1-32-gdbae