Skip to content

Commit

Permalink
Enable GitHub Code Scanning on the 7.17 branch (elastic#150035)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Watson authored and darnautov committed Feb 7, 2023
1 parent ac01ca1 commit 2ac9d57
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ac9d57

Please sign in to comment.