Skip to content

Commit

Permalink
Merge pull request #462 from liquibase/DAT-15598
Browse files Browse the repository at this point in the history
DAT-15598

DevOps :: Create reusable workflow for CodeQL scanning
  • Loading branch information
jandroav authored Oct 24, 2023
2 parents 6339eb8 + 3685e9f commit b1e01e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CodeQL

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '16 14 * * 4'

jobs:
codeql:
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
languages: '[java]'

0 comments on commit b1e01e9

Please sign in to comment.