Skip to content

Commit 1c217f1

Browse files
fix workflows
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent a0c0d86 commit 1c217f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
# queries: security-extended,security-and-quality
5555

5656

57-
- name: Set up Java 19
57+
- name: Set up Java 17
5858
uses: actions/setup-java@v3
5959
with:
60-
java-version: 19
60+
java-version: 17
6161
distribution: 'temurin'
6262

6363
- name: Setup Android SDK

.github/workflows/dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: 'Checkout Repository'
1818
uses: actions/checkout@v3
1919

20-
- name: Set up JDK 19
20+
- name: Set up JDK 17
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: 19
23+
java-version: 17
2424
distribution: 'temurin'
2525

2626
- name: Setup Android SDK

0 commit comments

Comments
 (0)