Skip to content

Commit

Permalink
Upgrade JDK to version 17 for GitHub action codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Jun 20, 2024
1 parent b1b0aa2 commit 6a2857c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
- name: Shallow clone
uses: actions/checkout@v4

# ================================
# SET UP JDK
# ================================
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-package: jdk
java-version: 17

# ================================
# SET UP CODEQL
# ================================
Expand Down

0 comments on commit 6a2857c

Please sign in to comment.