Skip to content

Commit

Permalink
add jdk 20 to codeql actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Aug 17, 2023
1 parent 2e172ee commit 5ebfe79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# Java setup step completes very fast, no need to run in a preconfigured docker container.
# CodeQL is intended to detect any Java toolchains added to the execution environment.
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 20
cache: gradle

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 5ebfe79

Please sign in to comment.