Skip to content

Commit

Permalink
fix codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Dec 2, 2024
1 parent 7d12d2f commit 132e58c
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 @@ -42,6 +42,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: set up jdk 17
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17

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

0 comments on commit 132e58c

Please sign in to comment.