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 8d83d0c + 9e00675 commit 60442ecCopy full SHA for 60442ec
.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
@@ -78,7 +78,9 @@ jobs:
78
79
steps:
80
- name: Checkout code
81
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
82
+ with:
83
+ fetch-depth: 0
84
85
- name: Install qlty
86
uses: qltysh/qlty-action/install@6bbb1add7432c45a3fd35a824ea69dc5bef27967
0 commit comments