ci: mark CodeQL as non-blocking due to runner memory limits

This commit is contained in:
2026-02-22 16:08:01 +03:00
parent 8760a0b9da
commit 652913da35
+1
View File
@@ -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