File tree <
8000
button data-component="IconButton" type="button" data-testid="expand-file-tree-button" aria-expanded="false" aria-controls="diff_file_tree" class="prc-Button-ButtonBase-c50BI d-md-none position-relative fgColor-muted prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rqatdab:-loading-announcement" aria-labelledby=":R2atdab:">
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 19
19
branches : [ main ]
20
20
schedule :
21
21
- cron : ' 17 0 * * 0'
22
+ workflow_dispatch :
22
23
23
24
jobs :
24
25
analyze :
@@ -46,11 +47,12 @@ jobs:
46
47
uses : github/codeql-action/init@v1
47
48
with :
48
49
languages : ${{ matrix.language }}
49
- config-file : ./.github/codeql/codeql-config.yml
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# By default, queries listed here will override any specified in a config file.
52
52
# Prefix the list here with "+" to use these queries and those in the config file.
53
53
# queries: ./path/to/local/query, your-org/your-repo/queries@main
54
+ # if you need extra configuration options, create them in the file below:
55
+ # config-file: ./.github/codeql/codeql-config.yml
54
56
55
57
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
58
# If this step fails, then you should remove it and run the build manually (see below)
You can’t perform that action at this time.
0 commit comments