Skip to content

Commit

Permalink
Use none build mode for CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 25, 2024
1 parent 23b23f4 commit 84cbfb7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:

strategy:
fail-fast: false
matrix:
include:
- language: java-kotlin
build-mode: autobuild
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand All @@ -33,8 +29,8 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@cbe18979603527f12c7871a6eb04833ecf1548c7
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
languages: java-kotlin
build-mode: none
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit 84cbfb7

Please sign in to comment.