Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAlexD committed Jan 16, 2024
1 parent 947afa0 commit a38f24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

- name: Download and extract codeql-bundle
run: |
sudo curl -v -sSLO https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.5/codeql-bundle-linux64.tar.gz
sudo curl -sSLO https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.5/codeql-bundle-linux64.tar.gz
- name: Run codeQL
run: |
ls -la
tar -xzvf codeql-bundle-linux64.tar.gz
tar -xzf codeql-bundle-linux64.tar.gz
codeql-bundle-linux64/codeql test run languages/cpp

0 comments on commit a38f24f

Please sign in to comment.