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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
27b5a703ee
Коммит
00d445d533
4
.github/workflows/codeql-analysis.yml
поставляемый
4
.github/workflows/codeql-analysis.yml
поставляемый
@@ -1,13 +1,11 @@
|
|||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0'
|
- cron: '30 5,17 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
|
|||||||
4
.github/workflows/scorecards-analysis.yml
поставляемый
4
.github/workflows/scorecards-analysis.yml
поставляемый
@@ -3,9 +3,7 @@ on:
|
|||||||
# Only the default branch is supported.
|
# Only the default branch is supported.
|
||||||
branch_protection_rule:
|
branch_protection_rule:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '44 6 * * 4'
|
- cron: '44 6 * * *'
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
# Declare default permissions as read only.
|
# Declare default permissions as read only.
|
||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user