fix(workflows): correct checkout config
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout 🛎
|
- name: Checkout 🛎
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
fetch-depth: 0
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Qodana Scan 🔍
|
- name: Qodana Scan 🔍
|
||||||
uses: JetBrains/qodana-action@main
|
uses: JetBrains/qodana-action@main
|
||||||
|
|||||||
Reference in New Issue
Block a user