File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
LATEST=$(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | grep -v beta | sort --version-sort | tail -1)
10
10
gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip "$LATEST"
11
11
unzip -q codeql-linux64.zip
12
+ echo "${{ github.workspace }}/codeql" >> $GITHUB_PATH
12
13
env :
13
14
GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 29
29
30
30
- uses : ./.github/actions/fetch-codeql
31
31
32
- - uses : ./.github /actions/create-extractor-pack
32
+ - uses : ./ruby /actions/create-extractor-pack
33
33
34
34
- name : Checkout ${{ matrix.repo }}
35
35
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v2
21
21
- uses : ./.github/actions/fetch-codeql
22
- - uses : ./.github /actions/create-extractor-pack
22
+ - uses : ./ruby /actions/create-extractor-pack
23
23
- name : Run QL tests
24
24
run : |
25
25
codeql/codeql pack install ql/test
Original file line number Diff line number Diff line change 8
8
path : |
9
9
~/.cargo/registry
10
10
~/.cargo/git
11
- target
12
- key : ${{ runner.os }}-qltest-cargo-${{ hashFiles('**/Cargo.lock') }}
11
+ ruby/ target
12
+ key : ${{ runner.os }}-qltest-cargo-${{ hashFiles('ruby/ **/Cargo.lock') }}
13
13
- name : Build Extractor
14
14
shell : bash
15
- run : env "PATH=$PATH:${{ github.workspace }}/codeql" scripts/create-extractor-pack.sh
15
+ run : scripts/create-extractor-pack.sh
16
+ working-directory : ruby
You can’t perform that action at this time.
0 commit comments