Fixed CodeQL failures on master push (#19866)

* Running CodeQL everyday twice

* Updated scorecard-check to run everyday

* Running Scorecard job once a day

* Disabling Scorecard Job on every PR

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Rohitesh Gupta
2022-03-30 10:52:22 +05:30
коммит произвёл GitHub
родитель 27b5a703ee
Коммит 00d445d533
2 изменённых файлов: 2 добавлений и 6 удалений

4
.github/workflows/scorecards-analysis.yml поставляемый
Просмотреть файл

@@ -3,9 +3,7 @@ on:
# Only the default branch is supported.
branch_protection_rule:
schedule:
- cron: '44 6 * * 4'
push:
branches: [ master ]
- cron: '44 6 * * *'
# Declare default permissions as read only.
permissions: read-all