From 5532b07932a3dbcd5199fb390867cedbe2be1bbb Mon Sep 17 00:00:00 2001 From: Herbert Roth <126679157+herbertroth@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:32:00 +0200 Subject: [PATCH] Update qodana.yml --- .github/workflows/qodana.yml | 1 + 1 file changed, 1 insertion(+) 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 }}