Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdiga committed Oct 17, 2024
1 parent d19ce10 commit ee36c6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
- name: Install CodeQL CLI
run: |
CODEQL_VERSION="2.19.1"
wget https://github.com/github/codeql-cli-binaries/releases/download/v${CODEQL_VERSION}/codeql-linux64.zip
unzip codeql-linux64.zip
curl -OL https://github.com/github/codeql-action/releases/download/codeql-bundle-v${CODEQL_VERSION}/codeql-bundle-linux64.tar.gz && \
tar -xvf /tmp/codeql-bundle-linux64.tar.gz
sudo mv codeql /usr/local/bin/
echo "/usr/local/bin/codeql" >> $GITHUB_PATH
echo "CodeQL installed"
Expand Down

0 comments on commit ee36c6e

Please sign in to comment.