Skip to content

Commit d597dd0

Browse files
authored
Merge branch 'main' into devin/1760981665-use-nvmrc-in-workflows
2 parents c7f7cbb + 9e00675 commit d597dd0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default owners for everything in the repository
2-
* @saltenasl @jamesbhobbs @Artmann @andyjakubowski
2+
* @saltenasl @jamesbhobbs @Artmann

.github/workflows/ci.yml

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

7676
steps:
7777
- name: Checkout code
78-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
78+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
79+
with:
80+
fetch-depth: 0
7981

8082
- name: Install qlty
8183
uses: qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967

0 commit comments

Comments
 (0)