fix(workflows): correct checkout config

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-15 00:29:22 +01:00
parent 70ae341062
commit 0bc9ce109c
+1
View File
@@ -24,6 +24,7 @@ jobs:
steps: steps:
- name: Checkout 🛎 - name: Checkout 🛎
uses: actions/checkout@master uses: actions/checkout@master
with:
fetch-depth: 0 fetch-depth: 0
- name: Qodana Scan 🔍 - name: Qodana Scan 🔍