Skip to content

Commit 7845e54

Browse files
author
gefeili
committed
Fix .github/workflows/codeql.yml by Paul Schaub
1 parent f1a299b commit 7845e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6868

6969
# - run: |
70-
echo "Run, Build Application using script"
71-
gradle clean build
70+
# echo "Run, Build Application using script"
71+
# gradle clean build
7272

7373
- name: Perform CodeQL Analysis
7474
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)