[master] 033d1d45e coverity: Attempt at recursive git clone

GitHub noreply at github.com
Mon Jun 2 14:17:06 UTC 2025


commit 033d1d45ef72b806e6bd5ba73cacb1ea9835ec8f
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jun 2 14:16:35 2025 +0000

    coverity: Attempt at recursive git clone
    
    Trying the YAML change before committing to master is too complicated.

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 308502df6..3c3d28a00 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -26,7 +26,9 @@ jobs:
             libunwind-dev \
             pkg-config \
             python3-sphinx
-      - uses: actions/checkout at v2
+      - uses: actions/checkout at v4
+        with:
+          submodules: true
       - run: ./autogen.sh
       - run: ./configure --with-persistent-storage
       - uses: vapier/coverity-scan-action at v1.8.0


More information about the varnish-commit mailing list