Skip to content

Commit

Permalink
update to java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjasper committed Sep 27, 2024
1 parent eade23a commit 1bfa69c
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 @@ -21,11 +21,11 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Setup Java 17
- name: Setup Java 21
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '17'
java-version: '21'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit 1bfa69c

Please sign in to comment.