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 99 LATEST=$(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | grep -v beta | sort --version-sort | tail -1)
1010 gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip "$LATEST"
1111 unzip -q codeql-linux64.zip
12+ echo "${{ github.workspace }}/codeql" >> $GITHUB_PATH
1213 env :
1314 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 2525
2626 - uses : ./.github/actions/fetch-codeql
2727
28- - uses : ./.github /actions/create-extractor-pack
28+ - uses : ./ruby /actions/create-extractor-pack
2929
3030 - name : Checkout ${{ matrix.repo }}
3131 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v2
1717 - uses : ./.github/actions/fetch-codeql
18- - uses : ./.github /actions/create-extractor-pack
18+ - uses : ./ruby /actions/create-extractor-pack
1919 - name : Run QL tests
2020 run : |
2121 codeql/codeql pack install ql/test
Original file line number Diff line number Diff line change 88 path : |
99 ~/.cargo/registry
1010 ~/.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') }}
1313 - name : Build Extractor
1414 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