Skip to content

Commit 446c4a7

Browse files
authored
Update CodeQL workflow to fetch full history
1 parent 3e9bcfb commit 446c4a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v5
42+
with:
43+
fetch-depth: 0
4244

4345
# Initializes the CodeQL tools for scanning.
4446
- name: Initialize CodeQL

0 commit comments

Comments
 (0)