diff options
| author | 2022-01-26 01:00:36 +0100 | |
|---|---|---|
| committer | 2022-01-26 01:00:36 +0100 | |
| commit | 7e45a2ee6e407d36374eb6c3d5196e768c246115 (patch) | |
| tree | 85709fa9be94d667a171a8f69fe7f7e94455c96a | |
| parent | c424e97fd7bfa02b1f14c198624d2912b60b5922 (diff) | |
| download | libplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.gz libplist-7e45a2ee6e407d36374eb6c3d5196e768c246115.tar.bz2 | |
[github-actions] Also checkout all tags for codeql
| -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: | |||
| 34 | with: | 34 | with: |
| 35 | # We must fetch at least the immediate parents so that if this is | 35 | # We must fetch at least the immediate parents so that if this is |
| 36 | # a pull request then we can checkout the head. | 36 | # a pull request then we can checkout the head. |
| 37 | fetch-depth: 2 | 37 | fetch-depth: 0 |
| 38 | 38 | ||
| 39 | # Initializes the CodeQL tools for scanning. | 39 | # Initializes the CodeQL tools for scanning. |
| 40 | - name: Initialize CodeQL | 40 | - name: Initialize CodeQL |
