diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e19f737..25bb464 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -34,6 +34,7 @@ jobs: codeql: name: CodeQL Analysis runs-on: ubuntu-latest + continue-on-error: true # CodeQL OOM on large Android projects with 7GB runner limit steps: - name: Checkout