Skip to content

Commit

Permalink
[lihui] feat: update java version for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lhui committed Apr 5, 2024
1 parent e1e0d25 commit 758c286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Setup Java
uses: actions/[email protected]
with:
distribution: zulu
java-version: 17
cache: gradle

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
Expand Down

0 comments on commit 758c286

Please sign in to comment.