Skip to content

Commit d86b443

Browse files
Simplify CodeQL config (#52)
Co-authored-by: aleksandr.bulychev <aleksandr.bulychev@devexpress.com>
1 parent 89c5e7a commit d86b443

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ on:
1515
push:
1616
branches: [ "master" ]
1717
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ "master" ]
2018
schedule:
21-
- cron: '36 13 * * 3'
19+
- cron: '0 0 * * 6'
2220

2321
jobs:
2422
analyze:
@@ -48,11 +46,11 @@ jobs:
4846
# If you wish to specify custom queries, you can do so here or in a config file.
4947
# By default, queries listed here will override any specified in a config file.
5048
# Prefix the list here with "+" to use these queries and those in the config file.
51-
49+
5250
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5351
# queries: security-extended,security-and-quality
5452

55-
53+
5654
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5755
# If this step fails, then you should remove it and run the build manually (see below)
5856
- name: Autobuild
@@ -61,7 +59,7 @@ jobs:
6159
# ℹ️ Command-line programs to run using the OS shell.
6260
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6361

64-
# If the Autobuild fails above, remove it and uncomment the following three lines.
62+
# If the Autobuild fails above, remove it and uncomment the following three lines.
6563
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6664

6765
# - run: |

0 commit comments

Comments
 (0)