File tree 4 files changed +13
-14
lines changed
4 files changed +13
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 68
68
uses : github/codeql-action/init@v3
69
69
with :
70
70
languages : javascript
71
- queries : timh1975/workflow # Use the correct pack name from `codeql-pack.yml`
71
+
72
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.
Original file line number Diff line number Diff line change 1
- languages : javascript
2
- queries : timh1975/workflow/actions
3
- library : false
4
- warnOnImplicitThis : false
5
- name : workflow
6
- version : 0.0.1
1
+ name : timh1975
2
+ version : 1.0.0
3
+ language : JavaScript
4
+
5
+ queries :
6
+ -\.github\queries\method.ql
7
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ library : false
3
+ warnOnImplicitThis : false
4
+ name : timh1975
5
+ version : 0.0.1
You can’t perform that action at this time.
0 commit comments