Skip to content

Commit 5de53b3

Browse files
authored
Update codeql.yml
1 parent 8177cf5 commit 5de53b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,10 @@ jobs:
5454
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5555
# queries: security-extended,security-and-quality
5656

57-
5857
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
5958
# If this step fails, then you should remove it and run the build manually (see below)
60-
- name: Autobuild
61-
uses: github/codeql-action/autobuild@v2
59+
# - name: Autobuild
60+
# uses: github/codeql-action/autobuild@v2
6261

6362
# ℹ️ Command-line programs to run using the OS shell.
6463
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,6 +68,11 @@ jobs:
6968
# - run: |
7069
# echo "Run, Build Application using script"
7170
# ./location_of_script_within_repo/buildscript.sh
71+
# uses a compiled language
72+
73+
- run: |
74+
echo "Assemble child module"
75+
./gradlew :opensrp-child:assemble
7276
7377
- name: Perform CodeQL Analysis
7478
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)