Enable GitHub Code Scanning on the 7.17 branch (#150035)

This commit is contained in:
Thomas Watson 2023-02-01 17:00:50 +01:00 committed by GitHub
parent 30ed57628e
commit 4f37604524
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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