Skip to content

Commit

Permalink
Add CodeQL workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Dec 9, 2024
1 parent 6ae4f48 commit 054b67b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '29 2 * * 0'

jobs:
analyze:
uses: przemek83/workflows/.github/workflows/codeql-qt.yml@main
with:
qt-version: 6.5.*

0 comments on commit 054b67b

Please sign in to comment.