Skip to content

Simplify the structure of main() by putting parts of the code into se… #19

Simplify the structure of main() by putting parts of the code into se…

Simplify the structure of main() by putting parts of the code into se… #19

Workflow file for this run

name: Analyze
on:
push:
branches: [ master ]
schedule:
- cron: '0 10 * * 6'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
security-events: write
jobs:
clang:
name: Clang Analyzer
uses: ./.github/workflows/clang_analyzer.yml
codeql:
name: CodeQL Analyzer
uses: ./.github/workflows/codeql.yml
sonarcloud:
name: SonarCloud Analyzer
uses: ./.github/workflows/sonarcloud.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}