From 02ad76c27ee162756de3bdffec2ac49ebf4d5618 Mon Sep 17 00:00:00 2001 From: Ulzii Otgonbaatar Date: Thu, 28 May 2026 10:54:27 -0600 Subject: [PATCH] Add timeout to Socket apply step Prevent remediation runs from hanging indefinitely when Socket fix stalls on a target repository. Co-authored-by: Cursor --- .github/workflows/vuln-remediation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vuln-remediation.yml b/.github/workflows/vuln-remediation.yml index d90cfbf..03ce3cb 100644 --- a/.github/workflows/vuln-remediation.yml +++ b/.github/workflows/vuln-remediation.yml @@ -276,6 +276,7 @@ jobs: - name: Apply fixes if: steps.check.outputs.skip != 'true' + timeout-minutes: 10 env: CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} GOPRIVATE: github.com/kernel/*