Commit b46944d7 for xz

commit b46944d73495b99148eebb1d9661574c2041f4db
Author: Lasse Collin <lasse.collin@tukaani.org>
Date:   Sun Jun 21 20:02:49 2026 +0300

    CI: Add 'timeout: 10' to coverity.yml

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 75555e81..11e1c97c 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -14,6 +14,7 @@ permissions:
 jobs:
   coverity:
     runs-on: ubuntu-latest
+    timeout-minutes: 10
     steps:
     - uses: actions/checkout@v7