Skip to content

Commit

Permalink
enable codeql scan
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Jan 3, 2024
1 parent a85e87a commit 2667e84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
cache: gradle
- name: test and build
run: ./build.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
languages: java-kotlin
- name: prepare release
run: ./prepare-release.sh
env:
Expand Down

0 comments on commit 2667e84

Please sign in to comment.