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.
1 parent e6c8338 commit 9e00675Copy full SHA for 9e00675
.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