Skip to content

Commit

Permalink
Fix CODEQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Sep 30, 2024
1 parent 76da2ca commit a18f8ad
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

# Setup correct java version
- name: Setup Java JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down Expand Up @@ -68,4 +75,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v3

0 comments on commit a18f8ad

Please sign in to comment.