From 8ac05558b79dd2807caa8d923ffe024f9cb0354f Mon Sep 17 00:00:00 2001 From: Ben Manes Date: Sun, 29 Sep 2024 10:49:50 -0700 Subject: [PATCH] enable qodana caching between runs --- .github/workflows/qodana.yml | 1 + qodana.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 245fe4267a..34642f347d 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -68,6 +68,7 @@ jobs: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: upload-result: true + github-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload SARIF file for GitHub Advanced Security Dashboard uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9 with: diff --git a/qodana.yaml b/qodana.yaml index 705621c19b..55ad648e84 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,5 +1,7 @@ version: "1.0" projectJDK: "21" +ide: IntelliJ IDEA Community +linter: jetbrains/qodana-jvm-community:2024.2 profile: name: qodana.recommended licenseRules: