Skip to content

Commit

Permalink
CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Aug 12, 2024
1 parent 2188bc7 commit 25e3bb0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
pull_request:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Install deps
run: sudo apt-get install libreadline-dev

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: cpp
queries: security-extended,security-and-quality

- name: Build
run: make abc -j6

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

0 comments on commit 25e3bb0

Please sign in to comment.