mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CodeQL] Updated branches for scanning (#218787)
## Summary Updated branches for scanning.
This commit is contained in:
parent
614343e18b
commit
cbc153f928
2 changed files with 2 additions and 1 deletions
1
.github/workflows/codeql-stats.yml
vendored
1
.github/workflows/codeql-stats.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
|
||||
SLACK_TOKEN: ${{secrets.CODE_SCANNING_SLACK_TOKEN}}
|
||||
CODE_SCANNING_BRANCHES: main,8.19
|
||||
run: |
|
||||
npm ci --omit=dev
|
||||
node codeql-alert-stats
|
||||
|
|
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'javascript' ]
|
||||
branch: [ 'main', '7.17', '8.x' ]
|
||||
branch: [ 'main', '8.19' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue