From 96c50eae37b2925c7139590e486f40d889a3b9bf Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 13 Aug 2024 15:59:00 +0300 Subject: fix(ci): SonarCloud now needs Clone-repo --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e538dab..bbad4ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: SAST-SonarCloud: runs-on: ubuntu-latest + needs: Clone-repo steps: - uses: actions/download-artifact@v3 with: -- cgit v1.2.3