Browse Source

Merge pull request #13728 from nextcloud/repo-sync/android-config/master

🔄 synced file(s) with nextcloud/android-config
Andy Scherzinger 6 months ago
parent
commit
8e20e9849c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .github/workflows/analysis.yml
  2. 2 2
      .github/workflows/codeql.yml

+ 2 - 2
.github/workflows/analysis.yml

@@ -48,11 +48,11 @@ jobs:
                 with:
                     repository: ${{ steps.get-vars.outputs.repo }}
                     ref: ${{ steps.get-vars.outputs.branch }}
-            -   name: Set up JDK 21
+            -   name: Set up JDK 17
                 uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
                 with:
                     distribution: "temurin"
-                    java-version: 21
+                    java-version: 17
             -   name: Install dependencies
                 run: |
                     sudo apt install python3-defusedxml

+ 2 - 2
.github/workflows/codeql.yml

@@ -42,11 +42,11 @@ jobs:
         uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
         with:
           languages: ${{ matrix.language }}
-      - name: Set up JDK 21
+      - name: Set up JDK 17
         uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
         with:
           distribution: "temurin"
-          java-version: 21
+          java-version: 17
       - name: Assemble
         run: |
           mkdir -p "$HOME/.gradle"