ci: update codeql nighly build

This commit is contained in:
Edward Thomson
2024-09-27 12:22:49 +02:00
parent 0dc5e4afec
commit ffdacef6ff

View File

@@ -481,7 +481,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: 'cpp' languages: 'cpp'
@@ -489,7 +489,7 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
cmake .. -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON cmake .. -DDEPRECATE_HARD=ON -DUSE_BUNDLED_ZLIB=ON
cmake --build . cmake --build .
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis