Skip to content

Commit 2ffc9ae

Browse files
authored
Merge branch 'main' into codeql/upgrade-to-v2.23.5
2 parents 8405f5a + 03366bc commit 2ffc9ae

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)