Skip to content

Commit 26afa06

Browse files
committed
ci: include CodeQL in verify workflow
1 parent d67f679 commit 26afa06

File tree

2 files changed

+5
-49
lines changed

2 files changed

+5
-49
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/verify.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ concurrency:
1717
cancel-in-progress: true
1818

1919
jobs:
20+
21+
CodeQL:
22+
uses: eclipse-edc/.github/.github/workflows/codeql-analysis.yml@main
23+
secrets: inherit
24+
2025
Checkstyle:
2126
runs-on: ubuntu-latest
2227
steps:

0 commit comments

Comments
 (0)