Prepare Qodana temp directories on self-hosted runner

This commit is contained in:
Jeppe B
2026-04-23 23:35:13 +02:00
parent e7220f4f29
commit 8a5e6bc302
+4
View File
@@ -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: