From 9d8d88527ca7c9438e52f5eb9a9a9123b7f7a44f Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Wed, 27 Mar 2024 12:26:01 +0000 Subject: [PATCH] Update .github/workflows/codeql-analysis.yml --- .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 a9febcb..06ad80d 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 # If this run was triggered by a pull request event, then checkout # the head of the pull request instead of the merge commit.