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:
Elena Shostak 2024-10-01 11:23:04 +02:00 committed by GitHub
parent a2e995a9e7
commit 12ea569eb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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