diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6ce2d597d..07d763bad 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,6 +41,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Clone Vitro + run: git clone https://github.com/vivo-project/Vitro.git ../Vitro + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2