File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 2929
3030 - uses : ./.github/actions/fetch-codeql
3131
32- - uses : ./.github /actions/create-extractor-pack
32+ - uses : ./ruby /actions/create-extractor-pack
3333
3434 - name : Checkout ${{ matrix.repo }}
3535 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v2
2121 - uses : ./.github/actions/fetch-codeql
22- - uses : ./.github /actions/create-extractor-pack
22+ - uses : ./ruby /actions/create-extractor-pack
2323 - name : Run QL tests
2424 run : |
2525 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