diff options
author | Valery Piashchynski <[email protected]> | 2022-11-27 01:50:46 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-11-27 01:50:46 +0100 |
commit | 81902c47d4ead873c2191302042e715645aded2a (patch) | |
tree | c373a29c12aa4ea0431e94b8d16c4fc7ca06390c /.github/workflows/codeql-analysis.yml | |
parent | 1228f1cc32a10773441d2faf8e31bad26856ef77 (diff) |
chore: update deprecated github api
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3ace8f42..12746f69 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -5,9 +5,9 @@ name: "CodeQL" on: push: - branches: [ master, beta, stable ] + branches: [ master, stable ] pull_request: - branches: [ master, beta, stable ] + branches: [ master, stable ] schedule: - cron: '0 15 * * 6' |