Skip to content

Commit 1a37921

Browse files
πŸ”„ synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
1 parent 5ff4ac3 commit 1a37921

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

β€Ž.github/workflows/analysis.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
persist-credentials: false
5757
repository: ${{ steps.get-vars.outputs.repo }}
5858
ref: ${{ steps.get-vars.outputs.branch }}
59-
- name: Set up JDK 21
59+
- name: Set up JDK 17
6060
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
6161
with:
6262
distribution: "temurin"
63-
java-version: 21
63+
java-version: 17
6464
- name: Install dependencies
6565
run: |
6666
sudo apt install python3-defusedxml

β€Ž.github/workflows/codeql.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
4747
with:
4848
languages: ${{ matrix.language }}
49-
- name: Set up JDK 21
49+
- name: Set up JDK 17
5050
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
5151
with:
5252
distribution: "temurin"
53-
java-version: 21
53+
java-version: 17
5454
- name: Assemble
5555
run: |
5656
mkdir -p "$HOME/.gradle"

β€Ž.github/workflows/qa.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
with:
3030
persist-credentials: false
3131

32-
- name: set up JDK 21
32+
- name: set up JDK 17
3333
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
3434
if: ${{ steps.check-secrets.outputs.ok == 'true' }}
3535
with:
3636
distribution: "temurin"
37-
java-version: 21
37+
java-version: 17
3838

3939
- name: Build QA
4040
if: ${{ steps.check-secrets.outputs.ok == 'true' }}

0 commit comments

Comments
Β (0)