From a2f298be88b6d8c1513f3a65eda0068f5c840588 Mon Sep 17 00:00:00 2001 From: Alexander Weigl Date: Tue, 24 Oct 2023 03:02:57 +0200 Subject: [PATCH] qodana java 21 --- .github/workflows/code_quality.yml | 5 +++++ .idea/misc.xml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 96dabb5af..f9e09ea38 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -16,6 +16,11 @@ jobs: pull-requests: write checks: write steps: + - name: Set up JDK 21 + uses: actions/setup-java@v3 + with: + java-version: '21' + distribution: 'temurin' - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit diff --git a/.idea/misc.xml b/.idea/misc.xml index 990dcc73b..43d10390f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + @@ -6,7 +7,7 @@ - + \ No newline at end of file