Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2024-01-19 23:15:18 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-19 23:15:18 +0300
commit9b74784fb5c3bdc9891c1b8c356f1320d5e832d5 (patch)
tree0023847b02eaac479b7c0bd7f120183d17018e03
parenta24af197e768ad6aad7a770763f58d6b9175c330 (diff)
fix(ci): Setup Java 17 for CodeQL
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 9b201704b..406d22140 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -17,6 +17,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
+ - uses: actions/setup-java@v4
+ with:
+ distribution: 'temurin'
+ java-version: '17'
+ check-latest: true
+ cache: 'gradle'
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: