Skip to content

Commit

Permalink
use java 17 for codeql (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle authored Oct 5, 2024
1 parent 854f6db commit 2d09616
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
go-version: stable
if: ${{ matrix.language == 'go' }}

- name: Set up Java
id: java
uses: actions/setup-java@v4
with:
distribution: 'liberica'
java-version: '17'
cache: 'gradle'
if: ${{ matrix.language == 'java' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 2d09616

Please sign in to comment.