Skip to content

Correct set of characters #429

Correct set of characters

Correct set of characters #429

name: "CodeQL scan"
on:
push:
pull_request:
schedule:
- cron: '0 19 * * 2'
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: cpp
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4