From f566b9231ffc20b0eb62edde3026655f8b3cc3c9 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Fri, 5 Jul 2024 18:42:16 -0400 Subject: [PATCH] [GHA] Add java to codeql (may remove entirely later) doesn't really work with poms best I can tell so this may be removed later. --- .github/workflows/codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1deebcd..1b317da 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,6 +50,12 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Java + uses: actions/setup-java@v4 + with: + java-version: 17 + distribution: 'temurin' + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3