This commit is contained in:
Akshay H 2021-08-25 14:43:59 +05:30 коммит произвёл GitHub
Родитель 81403d6b8c
Коммит 11960bcc99
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 7 удалений

16
.github/workflows/codeql.yml поставляемый
Просмотреть файл

@ -1,13 +1,15 @@
name: "Code Scanning - Action"
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
#push:
# branches: [master]
#pull_request:
# # The branches below must be a subset of the branches above
# branches: [master]
#schedule:
# - cron: '0 0 * * 0'
jobs:
CodeQL-Build: