Skip to content

Commit 075c9d8

Browse files
committed
Ruby: Remove Compile with previous CodeQL versions CI check
1 parent 3a8e2db commit 075c9d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ruby-build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,6 @@ jobs:
102102
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
103103
codeql/codeql generate query-help --format=sarifv2.1.0 --output="${PACK_FOLDER}/rules.sarif" ql/src
104104
(cd ql/src; find queries \( -name '*.qhelp' -o -name '*.rb' -o -name '*.erb' \) -exec bash -c 'mkdir -p "'"${PACK_FOLDER}"'/$(dirname "{}")"' \; -exec cp "{}" "${PACK_FOLDER}/{}" \;)
105-
- name: Compile with previous CodeQL versions
106-
run: |
107-
for version in $(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | sort --version-sort | tail -3 | head -2); do
108-
rm -f codeql-linux64.zip
109-
gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip "$version"
110-
rm -rf codeql; unzip -q codeql-linux64.zip
111-
codeql/codeql query compile target/packs/*
112-
done
113-
env:
114-
GITHUB_TOKEN: ${{ github.token }}
115105
- uses: actions/upload-artifact@v2
116106
with:
117107
name: codeql-ruby-queries

0 commit comments

Comments
 (0)