Skip to content

Commit

Permalink
fix(codeql): do not analyze java
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Mishra <[email protected]>
  • Loading branch information
GMishx committed Dec 23, 2024
1 parent 38e375d commit 22e649b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
build-mode: none
- language: c-cpp
build-mode: manual
- language: java-kotlin
build-mode: autobuild
- language: javascript-typescript
build-mode: none
- language: python
Expand All @@ -61,6 +59,7 @@ jobs:

- if: matrix.build-mode == 'manual'
shell: bash
name: Build project
run: |
sudo apt update
sudo apt install -y libboost-system-dev libboost-filesystem-dev \
Expand Down

0 comments on commit 22e649b

Please sign in to comment.