Skip to content

Bump actions/checkout from 4 to 7 #2

Bump actions/checkout from 4 to 7

Bump actions/checkout from 4 to 7 #2

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '17 3 * * 2'
permissions:
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v3
with:
languages: c-cpp
- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
- name: Build
run: cmake --build build --parallel 2
- uses: github/codeql-action/analyze@v3