Skip to content

Commit 3484453

Browse files
author
Dave Bartolomeo
committed
Fix pack names
1 parent f99f5e8 commit 3484453

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
library: true
33
warnOnImplicitThis: true
4-
name: github/actions-all
4+
name: codeql/actions-all
55
version: 0.2.2
66
dependencies:
77
codeql/util: ^1.0.1

ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
library: false
3-
name: github/actions-queries
3+
name: codeql/actions-queries
44
version: 0.2.2
55
groups: [actions, queries]
66
suites: codeql-suites

ql/test/qlpack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ dependencies:
77
extractor: actions
88
tests: .
99
warnOnImplicitThis: true
10-

0 commit comments

Comments
 (0)