diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 404248ec..d1d0b918 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -24,7 +24,8 @@ jobs: steps: - name: Checkout 🛎 uses: actions/checkout@master - fetch-depth: 0 + with: + fetch-depth: 0 - name: Qodana Scan 🔍 uses: JetBrains/qodana-action@main