8000 Adding CodeQL setup · actions/github-script@f88d217 · GitHub
[go: up one dir, main page]

Skip to content

Commit f88d217

Browse files
committed
Adding CodeQL setup
1 parent 7cf7e5e commit f88d217

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:">

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches: [ main ]
2020
schedule:
2121
- cron: '17 0 * * 0'
22+
workflow_dispatch:
2223

2324
jobs:
2425
analyze:
@@ -46,11 +47,12 @@ jobs:
4647
uses: github/codeql-action/init@v1
4748
with:
4849
languages: ${{ matrix.language }}
49-
config-file: ./.github/codeql/codeql-config.yml
5050
# If you wish to specify custom queries, you can do so here or in a config file.
5151
# By default, queries listed here will override any specified in a config file.
5252
# Prefix the list here with "+" to use these queries and those in the config file.
5353
# 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
5456

5557
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5658
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)
0