Skip to content

Commit

Permalink
Merge branch 'main' into fix/179-unable-to-build-under-the-velocity-p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
bivashy committed Jun 28, 2024
2 parents 1ebaeb8 + 01985f9 commit 975246f
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 975246f

Please sign in to comment.