Revert "[CodeQL] Added bootstrap step" (#192274)

Reverts elastic/kibana#191746
This commit is contained in:
Elena Shostak 2024-09-06 17:27:41 +02:00 committed by GitHub
parent 6d87f5f5e7
commit 9a187df02d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,13 +32,14 @@ jobs:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: yarn kbn bootstrap
run: |
yarn kbn bootstrap --no-validate --no-vscode
# TODO: Possibly required to follow all call paths, however, when enabled, the step below runs out of memory.
# Possible workarounds: Apply for access to the GitHub beta where we can use beefier machines, or run it ourselves on Buildkite
# - name: yarn kbn bootstrap
# run: |
# mkdir ~/.npm-global
# npm config set prefix '~/.npm-global'
# export PATH=~/.npm-global/bin:$PATH
# yarn kbn bootstrap --no-validate --no-vscode
- name: Set sha and branch
run: |