diff options
| author | Syndamia <kamen@syndamia.com> | 2024-08-13 15:59:00 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-08-13 15:59:00 +0300 |
| commit | 96c50eae37b2925c7139590e486f40d889a3b9bf (patch) | |
| tree | 3d96c7079c3f7e2ddcea083459a5b662b963dd93 | |
| parent | f4af72eb7263e90ccd4f91c61a14a4ea77eb4994 (diff) | |
| download | pico-web-96c50eae37b2925c7139590e486f40d889a3b9bf.tar pico-web-96c50eae37b2925c7139590e486f40d889a3b9bf.tar.gz pico-web-96c50eae37b2925c7139590e486f40d889a3b9bf.zip | |
fix(ci): SonarCloud now needs Clone-repo
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
