Skip to content

Commit

Permalink
Merge pull request #185 from bivashy/cicd/184-bug-codeql-uses-java-11
Browse files Browse the repository at this point in the history
[CI/CD] Declare Java 17 usage in codeql.yml
  • Loading branch information
bivashy authored Jun 28, 2024
2 parents 663a287 + f97fbf2 commit 01985f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven

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

0 comments on commit 01985f9

Please sign in to comment.