From cad13c48c3c720397982e431bd0945932a5c3712 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 16 May 2024 19:09:15 -0400 Subject: [PATCH] [GHA] Add java 17 to codeql --- .github/workflows/codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index affc69899..f538026af 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