Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6c464 commit 8427a6bCopy full SHA for 8427a6b
1 file changed
.github/workflows/qltest.yml
@@ -15,8 +15,8 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- name: Fetch CodeQL
18
- run: |
19
- LATEST=$(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | sort --version-sort | tail -1)
+ run: |
+ LATEST=$(gh release list --repo https://github.com/github/codeql-cli-binaries | cut -f 1 | grep -v beta | sort --version-sort | tail -1)
20
gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip "$LATEST"
21
unzip -q codeql-linux64.zip
22
env:
0 commit comments