Skip to content

Commit 2aee63f

Browse files
authored
.github/workflows/codeql.yml: fix fetch depth checkout error
1 parent 125b816 commit 2aee63f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: actions/checkout@v3
4949
with:
5050
submodules: recursive
51+
fetch-depth: 0
5152

5253
# Initializes the CodeQL tools for scanning.
5354
- name: Initialize CodeQL

0 commit comments

Comments
 (0)