mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Enable GitHub Code Scanning on the 7.17 branch (#150035)
This commit is contained in:
parent
30ed57628e
commit
4f37604524
1 changed files with 3 additions and 4 deletions
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
|
@ -17,14 +17,13 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'javascript' ]
|
||||
# branch: [ 'main', '7.17' ]
|
||||
branch: [ 'main', '7.17' ]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
# TODO: Enable once a `.github/codeql/codeql-config.yml` file has been committed to 7.17
|
||||
# with:
|
||||
# ref: ${{ matrix.branch }}
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue