Skip to content

Commit 75f1b86

Browse files
committed
ci(codeql): try with config instead
1 parent 288a5e2 commit 75f1b86

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/codeql/codeql-config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packs:
2+
javascript:
3+
- ./.github/codeql/custom-queries-javascript

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# By default, queries listed here will override any specified in a config file.
5050
# Prefix the list here with "+" to use these queries and those in the config file.
5151
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52-
packs: ./.github/codeql/custom-queries-javascript
52+
config-file: ./.github/codeql/codeql-config.yml
5353

5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)