Skip to content

Commit

Permalink
#393 #487 Set up java 17 in codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Jul 27, 2024
1 parent 9dffb88 commit 57e3240
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-java@v1
with:
java-version: 17
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 57e3240

Please sign in to comment.