diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d4a2e860..58ed0735 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -68,12 +68,8 @@ 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 + make bin + make build - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3