Skip to content

Commit 3e70379

Browse files
authored
Create codeql-config.yml
1 parent acdc8ce commit 3e70379

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codeql-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
packs:
2+
# Use the latest version of 'codeql-javascript' published by 'advanced-security'
3+
- advanced-security/codeql-javascript
4+
query-filters:
5+
- include:
6+
tags contain: actions
7+
paths:
8+
- '.github/workflows'

0 commit comments

Comments
 (0)