Skip to content

Commit 8cc5fe2

Browse files
🔄 synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <[email protected]>
1 parent 4d7d535 commit 8cc5fe2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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 17
59+
- name: Set up JDK 21
6060
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
6161
with:
6262
distribution: "temurin"
63-
java-version: 17
63+
java-version: 21
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 17
49+
- name: Set up JDK 21
5050
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
5151
with:
5252
distribution: "temurin"
53-
java-version: 17
53+
java-version: 21
5454
- name: Assemble
5555
run: |
5656
mkdir -p "$HOME/.gradle"

0 commit comments

Comments
 (0)