Skip to content

Commit

Permalink
Added 8.x to CodeQL scan (#194014)
Browse files Browse the repository at this point in the history
## Summary

Added `8.x` to CodeQL scan


__Closes: https://github.com/elastic/kibana/issues/194000__

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
elena-shostak and elasticmachine authored Oct 1, 2024
1 parent a2e995a commit 12ea569
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 12ea569

Please sign in to comment.