File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 67
67
- name : Initialize CodeQL
68
68
uses : github/codeql-action/init@v3
69
69
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
+
73
73
# If you wish to specify custom queries, you can do so here or in a config file.
74
74
# By default, queries listed here will override any specified in a config file.
75
75
# Prefix the list here with "+" to use these queries and those in the config file.
Original file line number Diff line number Diff line change
1
+ ---
2
+ library : false
3
+ warnOnImplicitThis : false
4
+ name : workflow
5
+ version : 0.0.1
You can’t perform that action at this time.
0 commit comments