Feature #1187 ยป 0021-CI-Make-build-step-for-CodeQL-with-meson.patch
| .github/workflows/codeql.yml | ||
|---|---|---|
|
libgtk-3-dev \
|
||
|
libgtk-4-dev \
|
||
|
libcurl4-openssl-dev \
|
||
|
libtool \
|
||
|
automake \
|
||
|
autoconf \
|
||
|
autotools-dev \
|
||
|
meson \
|
||
|
language-pack-en \
|
||
|
python3.10 \
|
||
|
liblzma-dev \
|
||
| ... | ... | |
|
- name: build
|
||
|
shell: bash
|
||
|
run: ./scripts/ci-build.sh normal
|
||
|
run: ./scripts/ci-build.sh meson
|
||
|
- name: Perform CodeQL Analysis
|
||
|
uses: github/codeql-action/analyze@v3
|
||