Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David <david@davidcraft.de>
  • Loading branch information
DavidCraftDev committed Sep 16, 2022
1 parent bc3cf77 commit 72115e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up JDK 17
- name: Set up JDK 16
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '16'
distribution: 'temurin'
cache: maven

Expand Down

0 comments on commit 72115e6

Please sign in to comment.