Skip to content

Commit dffdfb4

Browse files
authored
Merge branch 'master' into ql-analyze
2 parents 66d7b74 + f54c505 commit dffdfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
push:
1616
branches: [ master ]
1717
pull_request:
18-
# The branches below must be a subset of the ranches above
18+
# The branches below must be a subset of the branches above
1919
branches: [ master ]
2020
schedule:
2121
- cron: '15 2 * * 4'
@@ -42,7 +42,7 @@ jobs:
4242
uses: github/codeql-action/init@v1
4343
with:
4444
languages: ${{ matrix.language }}
45-
#If you wish to specify custom queries, you can do so here or in a config file.
45+
# If you wish to specify custom queries, you can do so here or in a config file.
4646
# By default, queries listed here will override any specified in a config file.
4747
# Prefix the list here with "+" to use these queries and those in the config file.
4848
# queries: ./path/to/local/query, your-org/your-repo/queries@main

0 commit comments

Comments
 (0)