Skip to content

Commit 60442ec

Browse files
committed
Merge remote-tracking branch 'origin/main' into tomaskislan/grn-4762-support-big-number-blocks
2 parents 8d83d0c + 9e00675 commit 60442ec

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
@@ -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)