Runner tests: Read CODEQL_RUNNER from the stored JSON
This test workflow does not source the environment from the init step, so we need to manually read in the variable.
This commit is contained in:
parent
b4ff463500
commit
a2f4d66a8b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr-checks.yml
vendored
1
.github/workflows/pr-checks.yml
vendored
|
|
@ -414,6 +414,7 @@ jobs:
|
|||
- name: Build code
|
||||
shell: bash
|
||||
run: |
|
||||
CODEQL_RUNNER="$(cat codeql-runner/codeql-env.json | jq -r '.CODEQL_RUNNER')"
|
||||
$CODEQL_RUNNER ../action/runner/dist/codeql-runner-macos autobuild
|
||||
|
||||
- name: Run analyze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue