File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
- " !dependabot/**"
8
8
pull_request :
9
- # The branches below must be a subset of the branches above
10
9
branches :
11
10
- master
12
11
- " !dependabot/**"
13
12
schedule :
14
13
- cron : " 0 0 * * 0"
14
+ workflow_dispatch :
15
15
16
16
jobs :
17
17
analyze :
@@ -23,13 +23,21 @@ jobs:
23
23
security-events : write
24
24
25
25
steps :
26
- - name : Checkout repository
26
+ - name : Clone repository
27
27
uses : actions/checkout@v3
28
+ with :
29
+ persist-credentials : false
28
30
29
31
- name : Initialize CodeQL
30
32
uses : github/codeql-action/init@v2
31
33
with :
32
34
languages : " javascript"
35
+ queries : +security-and-quality
36
+
37
+ - name : Autobuild
38
+ uses : github/codeql-action/autobuild@v2
33
39
34
40
- name : Perform CodeQL Analysis
35
41
uses : github/codeql-action/analyze@v2
42
+ with :
43
+ category : " /language:javascript"
You can’t perform that action at this time.
0 commit comments