mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Added 8.x to CodeQL scan (#194014)
## Summary Added `8.x` to CodeQL scan __Closes: https://github.com/elastic/kibana/issues/194000__ Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
a2e995a9e7
commit
12ea569eb9
1 changed files with 3 additions and 2 deletions
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'javascript' ]
|
||||
branch: [ 'main', '7.17' ]
|
||||
branch: [ 'main', '7.17', '8.x' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -73,6 +73,7 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
|
||||
SLACK_TOKEN: ${{secrets.CODE_SCANNING_SLACK_TOKEN}}
|
||||
CODEQL_BRANCHES: 7.17,8.x,main
|
||||
run: |
|
||||
npm ci --omit=dev
|
||||
node codeql-alert
|
||||
node codeql-alert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue