Skip to content

Commit

Permalink
Merge pull request #3161 from hazendaz/master
Browse files Browse the repository at this point in the history
[GHA] Add setup java to codeql
  • Loading branch information
hazendaz committed May 16, 2024
2 parents 33d547c + 155b5b7 commit d10d266
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'

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

0 comments on commit d10d266

Please sign in to comment.