Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
with:
java-version: 15
# End of Java Build Example

# ℹ️ Command-line programs to run using the OS shell.
Expand Down