Skip to content

Commit

Permalink
ci: include CodeQL in verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Aug 29, 2024
1 parent 1600bbb commit 92e520e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ concurrency:
cancel-in-progress: true

jobs:

CodeQL:
uses: eclipse-edc/.github/.github/workflows/codeql-analysis.yml@main
secrets: inherit

Checkstyle:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 92e520e

Please sign in to comment.