Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iglesias authored Dec 29, 2024
1 parent c946730 commit 52daa54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: security-extended,security-and-quality

- name: Install dependencies
run: |
sudo apt-get install libboost-all-dev libgtest-dev
- if: matrix.build-mode == 'manual'
shell: bash
run: |
Expand Down

0 comments on commit 52daa54

Please sign in to comment.