Skip to content

Commit 60f85f3

Browse files
committed
ci: include CodeQL in verify workflow
1 parent 4b7786f commit 60f85f3

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
@@ -16,6 +16,11 @@ concurrency:
1616
cancel-in-progress: true
1717

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

0 commit comments

Comments
 (0)