ci(github): fix CodeQL analysis (#1473)

This commit is contained in:
Oleg Shparber 2023-03-18 22:58:09 -04:00 committed by GitHub
parent 2b26c40f5c
commit 39780b0ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,12 @@ jobs:
name: Analyze
runs-on: ubuntu-20.04
permissions:
security-events: write
steps:
- name: Checkout
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
@ -40,7 +41,8 @@ jobs:
- name: Configure & Build
uses: lukka/run-cmake@v10
with:
buildDirectory: ${{ runner.workspace }}/build/
configurePreset: ninja-multi
buildPreset: ninja-multi-release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2