Skip to content

Commit 03366bc

Browse files
authored
Merge pull request #164 from advanced-security/GeekMasher-patch-1
feat(ci): Add QL-for-QL support
2 parents d1b77c7 + f807d93 commit 03366bc

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+
codeql:
12+
uses: advanced-security/reusable-workflows/.github/workflows/codeql-ql.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)