Skip to content

Commit aa44b74

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

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
@@ -23,7 +23,9 @@ jobs:
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
26+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27+
with:
28+
fetch-depth: 0
2729

2830
- name: Install qlty
2931
uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899

0 commit comments

Comments
 (0)