Project

General

Profile

Feature #1187 ยป 0021-CI-Make-build-step-for-CodeQL-with-meson.patch

Marko Lindqvist, 01/12/2025 11:52 AM

View differences:

.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
    (1-1/1)