From fcf944f1c6e95fe02b68b6f2b310be964e8b6f2b Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Sun, 25 May 2025 21:19:47 -0500 Subject: [PATCH] chore(codeql): manual build mode w/ gradle command --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 36d8e9885..d1cd7b4e4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -83,8 +83,8 @@ jobs: with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - # - name: Build debug artifacts - # run: ./gradlew assembleDebug + - name: Build debug artifacts + run: ./gradlew assembleDebug # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -107,7 +107,7 @@ jobs: # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun - if: matrix.build-mode == 'manual' shell: bash - run: ./gradlew assembleDebug + run: wxit 0 # run: | # echo 'If you are using a "manual" build mode for one or more of the' \