From 87a3a8a1c879c303f98617e834cdf7a483e3940f Mon Sep 17 00:00:00 2001 From: elkaix Date: Fri, 4 Sep 2026 01:56:59 -0400 Subject: [PATCH 1/2] ci: raise the security audit timeout to 20 minutes --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cc5f85c5..016d53da 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -15,7 +15,7 @@ jobs: audit: name: Security audit runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: @@ -35,7 +35,7 @@ jobs: name: Dependency review if: github.event_name == 'pull_request' runs-on: ubuntu-latest - timeout-minutes: 10 + timeout-minutes: 20 steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: From d5fe4d779f6117e23a913c7d4116ec0c2aa93aab Mon Sep 17 00:00:00 2001 From: elkaix Date: Fri, 4 Sep 2026 01:58:58 -0400 Subject: [PATCH 2/2] ci: keep the dependency review timeout unchanged --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 016d53da..295e1944 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -35,7 +35,7 @@ jobs: name: Dependency review if: github.event_name == 'pull_request' runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 10 steps: - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 with: