diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 60ebe65c8..7beb68718 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -56,6 +56,7 @@ jobs: - name: 'Qodana Scan' uses: JetBrains/qodana-action@latest with: + use-caches: false args: --baseline,qodana.sarif.json env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}