diff options
author | Nikias Bassen | 2022-01-26 01:00:36 +0100 |
---|---|---|
committer | Nikias Bassen | 2022-01-26 01:00:36 +0100 |
commit | 7e45a2ee6e407d36374eb6c3d5196e768c246115 (patch) | |
tree | 85709fa9be94d667a171a8f69fe7f7e94455c96a /.github/workflows | |
parent | c424e97fd7bfa02b1f14c198624d2912b60b5922 (diff) | |
download | libplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.gz libplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.bz2 |
[github-actions] Also checkout all tags for codeql
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
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 |