We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40d25 commit 4d58136Copy full SHA for 4d58136
.github/workflows/codeql-analysis.yml
@@ -53,8 +53,8 @@ jobs:
53
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
# If this step fails, then you should remove it and run the build manually (see below)
56
- - name: Autobuild
57
- uses: github/codeql-action/autobuild@v1
+ #- name: Autobuild
+ # uses: github/codeql-action/autobuild@v1
58
59
# ℹ️ Command-line programs to run using the OS shell.
60
# 📚 https://git.io/JvXDl
@@ -63,9 +63,8 @@ jobs:
63
# and modify them (or add more) to build your code if your project
64
# uses a compiled language
65
66
- #- run: |
67
- # make bootstrap
68
- # make release
+ - run: |
+ ./gradlew
69
70
- name: Perform CodeQL Analysis
71
uses: github/codeql-action/analyze@v1
gradlew
100644
100755
0 commit comments