Rename CodeQL action paths in 'source-root' test to reflect repo paths

This commit is contained in:
Mario Campos 2021-07-01 18:39:37 -05:00
parent 2ca807cf16
commit 12f1cff212

View file

@ -901,14 +901,14 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ./action/init - uses: ./init
with: with:
languages: javascript languages: javascript
source-root: tests/multi-language-repo source-root: tests/multi-language-repo
- name: Build code - name: Build code
shell: bash shell: bash
run: ./build.sh run: ./build.sh
- uses: ./action/analyze - uses: ./analyze
with: with:
output: "${{ runner.temp }}/results" output: "${{ runner.temp }}/results"
env: env: