File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212jobs :
1313 analyze :
1414 name : Analyze
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-22.04
1616 permissions :
1717 actions : read
1818 contents : read
@@ -32,12 +32,12 @@ jobs:
3232 - name : Install Deps
3333 run : |
3434 sudo apt-get update
35- sudo apt-get -y install lcov swig xsltproc rpm-common lua5.3 libyaml-dev libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev libgcrypt-dev libselinux1-dev libglib2.0 -dev libacl1-dev libblkid-dev libcap-dev libxml2-dev libxslt1-dev libxml-parser-perl libxml-xpath-perl libperl-dev librpm-dev librtmp-dev libxmlsec1-dev libxmlsec1-openssl python3-dbusmock
35+ sudo apt-get -y install lcov swig xsltproc rpm-common lua5.3 libpcre2-dev libyaml-dev libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev libgcrypt-dev libselinux1-dev libgconf2 -dev libacl1-dev libblkid-dev libcap-dev libxml2-dev libxslt1-dev libxml-parser-perl libxml-xpath-perl libperl-dev librpm-dev librtmp-dev libxmlsec1-dev libxmlsec1-openssl python3-dbusmock python3-pytest
3636 sudo apt-get -y remove rpm
3737
3838 # Initializes the CodeQL tools for scanning.
3939 - name : Initialize CodeQL
40- uses : github/codeql-action/init@v2
40+ uses : github/codeql-action/init@v3
4141 with :
4242 languages : ${{ matrix.language }}
4343 # If you wish to specify custom queries, you can do so here or in a config file.
5050 - name : Build
5151 working-directory : ./build
5252 run : |
53- cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
53+ cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_PCRE2=True ../
5454 make all
5555
5656 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments