From: Otto Moerbeek Date: Mon, 18 Mar 2024 12:00:52 +0000 (+0100) Subject: Pass 'full' to rec configure arg for codeql & clang-tidy run X-Git-Tag: rec-5.1.0-alpha1~115^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13931%2Fhead;p=thirdparty%2Fpdns.git Pass 'full' to rec configure arg for codeql & clang-tidy run --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 168f1c2338..22f11414fc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -212,7 +212,7 @@ jobs: if: matrix.product == 'rec' working-directory: ./pdns/recursordist/ run: | - inv ci-rec-configure + inv ci-rec-configure full - name: Build rec if: matrix.product == 'rec' working-directory: ./pdns/recursordist/