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

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2022-06-09 13:48:30 +0300
committerGitHub <noreply@github.com>2022-06-09 13:48:30 +0300
commit451694d0fbebdd492b378a47f5d3c7b44a7ea86e (patch)
treee5f69b9c829b883d769f90889a6e16076eac072d
parentb94c776d6efcfa6ad9ac7e0ee625096cc6088146 (diff)
Update .github/workflows/codeql-analysis.ymltobiasKaminsky-patch-2
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com>
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b30c872b7e..564177a83d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
- distribution: "adopt"
+ distribution: "temurin"
java-version: 11
- name: Assemble
run: |