From ca77389db1407f05ef9f95d48a86ed63c9e17ccb Mon Sep 17 00:00:00 2001 From: dforbes09 <115037544+dforbes09@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:01:54 -0500 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ccff6b0..336a689 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - # Worst case go to GH actions market place and search "setup [lang]" + # Worst case go to GH actions marketplace and search "setup [lang]" #Build CSharp Example # https://github.com/marketplace/actions/setup-net-core-sdk @@ -80,15 +80,10 @@ jobs: # Build Java - # https://github.com/marketplace/actions/setup-java-jdk#Usage - # - name: Checkout Java Example - # uses: actions/checkout@v3 - # - name: Build Java Version 'X' (See Doc for other details) - # uses: actions/setup-java@v3 - # with: - # distribution: 'zulu' # See 'Supported distributions' for available options - # java-version: '17' - # - run: java HelloWorldApp.java + - name: Setup Java JDK + uses: actions/setup-java@v1.4.4 + with: + java-version: 15 # End of Java Build Example # ℹ️ Command-line programs to run using the OS shell.