Skip to content

Commit

Permalink
Merge pull request #649 from liquibase/DAT-15853
Browse files Browse the repository at this point in the history
DAT-15853 DevOps :: Deprecate Snyk and replace with GHAS
  • Loading branch information
jandroav authored Jan 16, 2024
2 parents e5eba9d + 57867bf commit 82ee67e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 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/codeql.yml@v0.6.1
secrets: inherit
with:
languages: '["java"]'
9 changes: 0 additions & 9 deletions .snyk

This file was deleted.

0 comments on commit 82ee67e

Please sign in to comment.