Skip to content

Commit

Permalink
ci: add codeQL analysis (#2031)
Browse files Browse the repository at this point in the history
* ci: add codeQL analysis

* ci: add codeQL analysis

* ci: add codeQL analysis

* ci: add codeQL analysis
  • Loading branch information
dpgaspar authored May 5, 2023
1 parent b82bb52 commit 5f0b38e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches: [master]
paths:
- flask_appbuilder
pull_request:
branches: [master]
paths:
- flask_appbuilder
schedule:
- cron: '0 3 * * *'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
language: [ 'python' ]

0 comments on commit 5f0b38e

Please sign in to comment.