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.