Skip to content

Commit 5f841b9

Browse files
committed
add qlpack.yml
1 parent d6fb5d7 commit 5f841b9

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

.github/queries/codeql-pack.yml

-7
This file was deleted.

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: github/codeql-action/init@v3
6969
with:
7070
languages: javascript
71-
queries: timh1975/workflow # Use the correct pack name from `codeql-pack.yml`
71+
7272

7373
# If you wish to specify custom queries, you can do so here or in a config file.
7474
# By default, queries listed here will override any specified in a config file.

qlpack.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
languages: javascript
2-
queries: timh1975/workflow/actions
3-
library: false
4-
warnOnImplicitThis: false
5-
name: workflow
6-
version: 0.0.1
1+
name: timh1975
2+
version: 1.0.0
3+
language: JavaScript
4+
5+
queries:
6+
-\.github\queries\method.ql
7+

timh1975/qlpack.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
library: false
3+
warnOnImplicitThis: false
4+
name: timh1975
5+
version: 0.0.1

0 commit comments

Comments
 (0)