Skip to content

Commit 71b6a50

Browse files
committed
added queries workflow
1 parent d8b4d38 commit 71b6a50

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/queries/codeql-pack.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
library: false
2+
warnOnImplicitThis: false
3+
name: timh1975/workflow # Change this to your repo or package name
4+
version: 0.0.1
5+
dependencies:
6+
codeql/javascript-queries: "*"
7+

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
- name: Initialize CodeQL
6868
uses: github/codeql-action/init@v3
6969
with:
70-
languages: ${{ matrix.language }}
71-
build-mode: ${{ matrix.build-mode }}
72-
queries: .github/queries
70+
languages: javascript
71+
queries: timh1975/workflow # Use the correct pack name from `codeql-pack.yml`
72+
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.
7575
# Prefix the list here with "+" to use these queries and those in the config file.

qlpack.yml

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

0 commit comments

Comments
 (0)