From 3c0b800a8411f844510515def35616535a6f96fc Mon Sep 17 00:00:00 2001 From: Nick Volynkin <nick.volynkin@gmail.com> Date: Mon, 31 Oct 2022 17:17:38 +0600 Subject: [PATCH] ci: recursive checkout in coverity action Fixes tarantool/tarantool-qa#281 NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci --- .github/workflows/coverity.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index ed5027900a..6db45343e0 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -20,6 +20,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 + submodules: recursive - uses: ./.github/actions/environment - name: test run: make -f .test.mk test-coverity -- GitLab