Skip to content

Commit

Permalink
Manual Build...
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJMReynolds-SAG authored Mar 11, 2024
1 parent 1a1547a commit e30c082
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
languages: 'java-kotlin'
queries: security-extended,security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Invoke Gradle
run: |
chmod +x gradlew
./gradlew --console plain clean build -x test
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit e30c082

Please sign in to comment.