Commit 1225780e for libheif

commit 1225780e5d8f76b1c3e59e575c63876ca8e222b8
Author: Dirk Farin <dirk.farin@gmail.com>
Date:   Sun May 17 21:19:02 2026 +0200

    CI: temporarily disable coverity scan

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 13005a4c..3e942c86 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -6,6 +6,10 @@ on:

 jobs:
   scan:
+    # TEMPORARILY DISABLED: scan.coverity.com is down and the download step
+    # fails before the build can run. Re-enable by removing this `if` line
+    # once the Coverity service is back.
+    if: false
     runs-on: ubuntu-22.04
     env:
       TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}