From 84cbfb773d680b57df734b3d3e0cefa9490025ff Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Mon, 25 Nov 2024 15:06:09 +0000 Subject: [PATCH] Use none build mode for CodeQL --- .github/workflows/codeql.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a5363e394..de4cbbf9e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 @@ -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.