Commit 7b32e7b7 for libheif

commit 7b32e7b7a794211d063de339f3318d5702617316
Author: Moshe Kaplan <mosheekaplan@gmail.com>
Date:   Mon Aug 10 23:52:09 2026 -0400

    Re-enable Coverity scan job

    Re-enable Coverity job since Coverity Scan is now available again.

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index c8faca01..c4f3f571 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -9,10 +9,6 @@ permissions:

 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 }}