Skip to content

Commit 9e00675

Browse files
ci: add fetch-depth: 0 to qlty checkout for proper git history access (#96)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent e6c8338 commit 9e00675

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878

7979
steps:
8080
- name: Checkout code
81-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
81+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
82+
with:
83+
fetch-depth: 0
8284

8385
- name: Install qlty
8486
uses: qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967

0 commit comments

Comments
 (0)