Reformat file
This commit is contained in:
parent
55f1599a7a
commit
2ad06e8b38
1 changed files with 6 additions and 4 deletions
10
.github/workflows/codeql-analysis.yml
vendored
10
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -2,10 +2,11 @@ name: analyse with CodeQL
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
branches:
|
||||||
branches: [ "main" ]
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '45 13 * * 5'
|
- cron: '45 13 * * 5'
|
||||||
|
|
||||||
|
|
@ -21,7 +22,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
language: [ 'python' ]
|
language:
|
||||||
|
- python
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue