Skip to content

Update codeql.yml #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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