mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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>
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -1,13 +1,11 @@
|
||||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
- cron: '30 5,17 * * *'
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
4
.github/workflows/scorecards-analysis.yml
vendored
4
.github/workflows/scorecards-analysis.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user