Skip to content

Commit

Permalink
Set up Java before we invoke compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJMReynolds-SAG authored Mar 11, 2024
1 parent e30c082 commit 40a6756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
actions: read
contents: read

strategy:
fail-fast: false
matrix:
language: [ 'java-kotlin' ]

steps:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '20'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 40a6756

Please sign in to comment.