Skip to content

Commit 1a9d238

Browse files
authored
Merge pull request #117 from sir-gon/develop
Develop
2 parents c7b209b + 97ca06b commit 1a9d238

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
- name: Checkout repository
4545
uses: actions/checkout@v3
4646

47-
- name: Set up JDK 19
47+
- name: Set up JDK 20
4848
uses: actions/setup-java@v3
4949
with:
50-
java-version: '19'
50+
java-version: '20'
5151
distribution: temurin
5252

5353
# Initializes the CodeQL tools for scanning.

.github/workflows/sonarcloud.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19-
- name: Set up JDK 19
19+
- name: Set up JDK 20
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: 19
23-
distribution: zulu # Alternative distribution options are available
22+
java-version: 20
23+
distribution: temurin # Alternative distribution options are available
2424
- name: Cache SonarCloud packages
2525
uses: actions/cache@v3
2626
with:

0 commit comments

Comments
 (0)