From 2878473a2d417cbdde43df0379d7f9fbd05da0b5 Mon Sep 17 00:00:00 2001 From: Herbert Roth <126679157+herbertroth@users.noreply.github.com> Date: Thu, 25 Apr 2024 07:43:27 +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 }}