Skip to content

Commit

Permalink
feat(codeql.yml): add CodeQL workflow for continuous code analysis us…
Browse files Browse the repository at this point in the history
…ing CodeQL

refactor(snyk): remove .snyk policy file as it is no longer needed for vulnerability management
  • Loading branch information
jandroav committed Jan 16, 2024
1 parent d2b576d commit a994095
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 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"]'
10 changes: 0 additions & 10 deletions .snyk

This file was deleted.

0 comments on commit a994095

Please sign in to comment.