summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-01-26 01:00:36 +0100
committerGravatar Nikias Bassen2022-01-26 01:00:36 +0100
commit7e45a2ee6e407d36374eb6c3d5196e768c246115 (patch)
tree85709fa9be94d667a171a8f69fe7f7e94455c96a
parentc424e97fd7bfa02b1f14c198624d2912b60b5922 (diff)
downloadlibplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.gz
libplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.bz2
[github-actions] Also checkout all tags for codeql
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
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