mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Change linux workflow to Ubuntu 22.04
This commit is contained in:
parent
34809d8064
commit
c63b5bea1d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04]
|
os: [ubuntu-22.04]
|
||||||
platform: [x32, x64]
|
platform: [x32, x64]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
configure:
|
configure:
|
||||||
@ -24,7 +24,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup Dependencies
|
- name: Setup Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository --yes ppa:maxmind/ppa
|
|
||||||
sudo apt-get update -y -qq
|
sudo apt-get update -y -qq
|
||||||
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
|
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev cppcheck libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -74,6 +74,7 @@ variableScope:src/operators/rx_global.cc
|
|||||||
noExplicitConstructor:seclang-parser.hh
|
noExplicitConstructor:seclang-parser.hh
|
||||||
constParameter:seclang-parser.hh
|
constParameter:seclang-parser.hh
|
||||||
accessMoved:seclang-parser.hh
|
accessMoved:seclang-parser.hh
|
||||||
|
returnTempReference:seclang-parser.hh
|
||||||
|
|
||||||
unreadVariable:src/operators/rx.cc
|
unreadVariable:src/operators/rx.cc
|
||||||
unreadVariable:src/operators/rx_global.cc
|
unreadVariable:src/operators/rx_global.cc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user