Prevent out of world claims (#4475)

* Prevent out of world claims

* update java version in workflows
This commit is contained in:
Hannes Greule
2024-08-13 07:40:09 +02:00
committed by GitHub
parent 1ebcbf60a6
commit bbb3736846
5 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: