Skip to content

Commit bd8f713

Browse files
authored
feat(ci): Add QL-for-QL support
1 parent ac8dd07 commit bd8f713

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/codeql-ql.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "CodeQL - QL"
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
workflow_dispatch:
9+
10+
jobs:
11+
ql-for-ql:
12+
uses: advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)