From 8a5e6bc302afac8639c86198baf3c0c99e0674c1 Mon Sep 17 00:00:00 2001 From: Jeppe B <2jepp9350@gmail.com> Date: Thu, 23 Apr 2026 23:35:13 +0200 Subject: [PATCH] Prepare Qodana temp directories on self-hosted runner --- .github/workflows/code_quality.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index ca5b1c8b..6fc0e6c8 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -20,6 +20,10 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis + - name: Prepare Qodana cache directories + run: | + mkdir -p "${RUNNER_TEMP}/qodana/caches" + mkdir -p "${RUNNER_TEMP}/qodana/results" - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2025.3 with: