Skip to content

Commit

Permalink
ci: add codeql analysis (#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Jul 18, 2024
1 parent ad28e6d commit 0783917
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "CodeQL"

on:
push:
branches: [ "mainline" ]
pull_request:
branches: [ "mainline" ]
schedule:
- cron: '0 8 * * MON'

jobs:
Analysis:
name: Analysis
uses: aws-deadline/.github/.github/workflows/reusable_codeql.yml@mainline

0 comments on commit 0783917

Please sign in to comment.