Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <35392110+ArchBlood@users.noreply.github.com>
  • Loading branch information
ArchBlood authored May 6, 2024
1 parent a976498 commit 189f8a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
with:
languages: java-kotlin

# Install Java 17 and set JAVA_HOME
- name: Set up Java 17
uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "17"
architecture: "x64"

# Manually build your code here, but only if the directory exists
- name: Build
run: |
Expand Down

0 comments on commit 189f8a2

Please sign in to comment.