Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP authored Jul 29, 2024
1 parent 2abdf03 commit aa7fd6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Set up JDK 17 for Java analysis
- name: set up JDK 17
# Set up JDK 21 for Java analysis
- name: set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit aa7fd6b

Please sign in to comment.