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 6b38a96 commit 31670ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ concurrency:

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 31670ef

Please sign in to comment.