From a62788d4ba1e66d23c10ebd3e532fe782bc84e4d Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 22 May 2025 14:38:52 -0500 Subject: [PATCH] chore(codql): Update codeql.yml comment out build steps - what if we just don't build? --- .github/workflows/codeql.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2122d058e..e8682344b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,22 +67,22 @@ jobs: with: submodules: 'recursive' - - name: Validate Gradle wrapper - uses: gradle/actions/wrapper-validation@v4 + # - name: Validate Gradle wrapper + # uses: gradle/actions/wrapper-validation@v4 - - name: Set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'zulu' + # - name: Set up JDK 17 + # uses: actions/setup-java@v4 + # with: + # java-version: '17' + # distribution: 'zulu' - - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4 - with: - cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} + # - name: Setup Gradle + # uses: gradle/actions/setup-gradle@v4 + # 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