We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f841b9 commit 795a4f1Copy full SHA for 795a4f1
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: github/codeql-action/init@v3
69
with:
70
languages: javascript
71
-
+ queries: .github/queries
72
73
# If you wish to specify custom queries, you can do so here or in a config file.
74
# By default, queries listed here will override any specified in a config file.
@@ -97,7 +97,7 @@ jobs:
97
uses: github/codeql-action/analyze@v3
98
99
category: "/language:${{matrix.language}}"
100
+ output: results.sarif
101
102
103
qlpack.yml
@@ -3,5 +3,4 @@ version: 1.0.0
3
language: JavaScript
4
5
queries:
6
- -\.github\queries\method.ql
7
+ -.github\queries\method.ql
0 commit comments