Skip to content

Commit

Permalink
Perform automatic project sync changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen committed Nov 12, 2023
1 parent 5a380d1 commit 329060d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CodeQL

on:
push:
branches:
- main
paths-ignore:
- .github/workflows/analyze.yml
- .github/workflows/cancel.yml
- .github/workflows/release.yml
- .gitignore
- gradle.properties
- LICENSE
- README.md
pull_request:
branches:
- main
schedule:
- cron: '42 10 * * 4'

jobs:
build:
uses: opengoodio/central-workflows/.github/workflows/codeql-analyze.yml@main

0 comments on commit 329060d

Please sign in to comment.