Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Jul 29, 2024
2 parents 42e98e6 + aa7fd6b commit e92dac3
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 e92dac3

Please sign in to comment.