Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
Bootstrap vcpkg
  • Loading branch information
giacomini authored Mar 9, 2024
1 parent 49d68bb commit a1855ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ on:
schedule:
- cron: '35 4 * * 1'

env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg

jobs:
analyze:
name: Analyze
Expand Down Expand Up @@ -46,6 +49,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Bootstrap vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git ${{ github.workspace }}/vcpkg
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.sh
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit a1855ae

Please sign in to comment.