Skip to content

Commit

Permalink
Setup java before codeQL Autobuild to hint using java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjasper committed Mar 18, 2024
1 parent 4032508 commit a097c28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Setup Java 17
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit a097c28

Please sign in to comment.