diff --git a/.github/workflows/code_quality_analysis.yml b/.github/workflows/code_quality_analysis.yml index 2afef1a8..6c90fd8c 100644 --- a/.github/workflows/code_quality_analysis.yml +++ b/.github/workflows/code_quality_analysis.yml @@ -18,32 +18,6 @@ permissions: security-events: write jobs: - codeql: - name: CodeQL - runs-on: macos-14 - steps: - - name: Setup build environment - uses: msfjarvis/compose-lobsters/.github/reusable-workflows/setup-gradle@main - with: - fetch-depth: 0 - cache-read-only: true - - - name: Initialize CodeQL - uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 - with: - languages: java - tools: latest - queries: +security-extended - - - name: Build project - shell: bash - run: | - ./gradlew assembleDebug assembleInternal - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 - with: - category: "/language:java" mobsfscan: name: MobSF runs-on: ubuntu-latest