Skip to content

Commit

Permalink
[GHA] Try to force jdk version for codeql to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 24, 2024
1 parent 916031f commit b6458ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Setup Java JDK
uses: actions/setup-java@v4
with:
java-version: 17

- name: Autobuild
uses: github/codeql-action/autobuild@v3

Expand Down

0 comments on commit b6458ba

Please sign in to comment.