Skip to content

Commit

Permalink
chore: added codeql step to download latest Vitro
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinovg authored and chenejac committed Dec 1, 2023
1 parent 9957b3a commit 881e454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 881e454

Please sign in to comment.