Skip to content

Commit

Permalink
Fix CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
MatKuhr committed Oct 4, 2024
1 parent 31640a7 commit 4a5b628
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Java 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 4a5b628

Please sign in to comment.