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 1d8386c commit aa44b74Copy full SHA for aa44b74
.github/workflows/ci.yml
@@ -23,7 +23,9 @@ jobs:
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
27
+ with:
28
+ fetch-depth: 0
29
30
- name: Install qlty
31
uses: qltysh/qlty-action/install@a19242102d17e497f437d7466aa01b528537e899
0 commit comments