fix(ci): remove CodeQL job

This is too flaky recently
This commit is contained in:
Harsh Shandilya 2024-10-22 23:46:15 +05:30
parent f827c10990
commit 6763022e04

View file

@ -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