Skip to content

Commit 795a4f1

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

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test.yml

+2-2
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-
71+
queries: .github/queries
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.
@@ -97,7 +97,7 @@ jobs:
9797
uses: github/codeql-action/analyze@v3
9898
with:
9999
category: "/language:${{matrix.language}}"
100-
100+
output: results.sarif
101101

102102

103103

qlpack.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ version: 1.0.0
33
language: JavaScript
44

55
queries:
6-
-\.github\queries\method.ql
7-
6+
-.github\queries\method.ql

0 commit comments

Comments
 (0)