diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-27 10:17:51 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-11-27 19:15:53 +0100 |
commit | 0a46049ef26270933ecf6fea7395b03e6aee783e (patch) | |
tree | f57680776ef263a63720e225194cc34556854511 /.github/workflows/ci.yml | |
parent | 1903a8e26893a3f332ba39643aa8da5fdaf1536b (diff) | |
download | libquotient-0a46049ef26270933ecf6fea7395b03e6aee783e.tar.gz libquotient-0a46049ef26270933ecf6fea7395b03e6aee783e.zip |
Add SonarCloud analysis to CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 714473b0..47e55421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + fetch-depth: 0 submodules: ${{ matrix.e2ee != '' }} - name: Cache Qt @@ -126,7 +127,7 @@ jobs: -DGTAD_PATH=$GITHUB_WORKSPACE/../gtad/gtad" \ >>$GITHUB_ENV echo "QUOTEST_ORIGIN=$QUOTEST_ORIGIN with API files regeneration" >>$GITHUB_ENV - + - name: Initialize CodeQL tools if: env.CODEQL_ANALYSIS uses: github/codeql-action/init@v1 |