Skip to content

Commit

Permalink
Codeql cmake (#10691)
Browse files Browse the repository at this point in the history
* Update codeql.yml
  • Loading branch information
ezelkow1 authored Oct 30, 2023
1 parent 496a256 commit 2f6b3b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install libmagick++-dev libncurses-dev libpcre2-dev libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev libmaxminddb-dev libgeoip-dev
sudo apt install libmagick++-dev libncurses-dev libpcre2-dev libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev libmaxminddb-dev libgeoip-dev ninja-build
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -67,9 +67,8 @@ jobs:

- run: |
echo "Run, Build Application using script"
autoreconf -fiv
./configure --enable-experimental-plugins
make
cmake -B build --preset ci
cmake --build build -v
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
Expand Down

0 comments on commit 2f6b3b8

Please sign in to comment.