Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Aug 27, 2024
1 parent dd5a88f commit 10c0439
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ jobs:
fail-fast: false
matrix:
include:
- language: c-cpp (auto)
- name: c-cpp (auto)
language: c-cpp
build-mode: autobuild
- language: c-cpp (manual)
- name: c-cpp (manual)
language: c-cpp
build-mode: manual
- language: java-kotlin
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
Expand Down

0 comments on commit 10c0439

Please sign in to comment.