From a4b58fcb2e61e04274b99d82e6e08353f741c33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20F=C3=BChrer?= <10830505+ondrejfuhrer@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:45:48 +0100 Subject: [PATCH] Using gradle to build in CodeQL workflow [skip ci] --- .github/workflows/codeql.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5dfe6848e6..55d6bd7c40 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -80,12 +80,7 @@ jobs: - if: matrix.build-mode == 'manual' shell: bash run: | - echo 'If you are using a "manual" build mode for one or more of the' \ - 'languages you are analyzing, replace this with the commands to build' \ - 'your code, for example:' - echo ' make bootstrap' - echo ' make release' - exit 1 + ./gradlew build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3