Skip to content

Commit 8117147

Browse files
committed
⚙️ setup (ci): configure checkout to fetch full history
1 parent 86bc460 commit 8117147

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v6
25+
with:
26+
fetch-depth: 0
2527

2628
- name: Detect secrets
2729
uses: gitleaks/gitleaks-action@v2.3.9

0 commit comments

Comments
 (0)