Skip to content

Commit

Permalink
[#1930] codeql replace Autobuild with command
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 25, 2023
1 parent 3c2fed0 commit 1956a65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v1
#- name: Autobuild
# uses: github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02 # v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -78,7 +78,8 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
- run: |
./gradlew build --no-daemon
# make bootstrap
# make release

Expand Down

0 comments on commit 1956a65

Please sign in to comment.