Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 authored Nov 18, 2023
1 parent 25921ab commit bbaf33d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
with:
java-version: 17

- name: Checkout repository
uses: actions/checkout@v3

Expand Down

0 comments on commit bbaf33d

Please sign in to comment.