Skip to content

Commit

Permalink
Update code analysis GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Nov 17, 2021
1 parent ceaae3f commit c43efad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
with:
languages: ${{ matrix.language }}

- name: Set up JDK 8'
- name: Set up JDK 11'
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: 'adopt'

- name: Build Java
Expand Down

0 comments on commit c43efad

Please sign in to comment.