ci: increase workflow timeouts to 25m and upgrade CodeQL Action to v4

This commit is contained in:
Arunavo Ray
2026-03-06 08:55:11 +05:30
parent df3e665978
commit ac16ae56ea
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ jobs:
e2e-tests:
name: E2E Integration Tests
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 25
steps:
- name: Checkout repository