We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7f7cbb + 9e00675 commit d597dd0Copy full SHA for d597dd0
.github/CODEOWNERS
@@ -1,2 +1,2 @@
1
# Default owners for everything in the repository
2
-* @saltenasl @jamesbhobbs @Artmann @andyjakubowski
+* @saltenasl @jamesbhobbs @Artmann
.github/workflows/ci.yml
@@ -75,7 +75,9 @@ jobs:
75
76
steps:
77
- name: Checkout code
78
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
79
+ with:
80
+ fetch-depth: 0
81
82
- name: Install qlty
83
uses: qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967
0 commit comments