update github workflows

This commit is contained in:
Armin Schrenk
2024-12-10 17:47:48 +01:00
parent b15c376e59
commit c055488df7
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
with:
runner-os: 'ubuntu-latest'
java-distribution: 'temurin'
java-version: 22
java-version: 23
check-command: 'mvn -B validate -Pdependency-check -Djavafx.platform=linux'
secrets:
nvd-api-key: ${{ secrets.NVD_API_KEY }}