summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
blob: 9548f8a5a1114ff085349ffa9adae358b17dd1de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: "Perform CodeQL Analysis"

on:
  push:
    branches:
      - rolling
  pull_request:
    branches:
      - rolling
  schedule:
    - cron: '28 13 * * 0'

permissions:
  actions: read
  contents: read
  security-events: write

jobs:
  codeql-analysis-call:
    uses: vyos/.github/.github/workflows/codeql-analysis.yml@b0082401423f12eb68200266227edc8bb54c9937
    with:
      languages: "['c-cpp']"
      build-mode: "none"
      build-command: "make"