Skip to content

Commit

Permalink
setup jdk for code-ql analysis (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede authored May 8, 2022
1 parent fecf89f commit 6b53f87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
check-latest: true
cache: 'maven'

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

0 comments on commit 6b53f87

Please sign in to comment.