Skip to content

Commit

Permalink
ci(codeql): add JDK distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter authored Jan 12, 2024
1 parent 15eecde commit a7b1e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
- name: Setup JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
java-version: '17'
distribution: 'zulu'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit a7b1e6c

Please sign in to comment.