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 21f1f50 commit 947afa0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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
ls -la
- name: Run codeQL
run: |
codeql-bundle/codeql test run languages/cpp
ls -la
tar -xzvf codeql-bundle-linux64.tar.gz
codeql-bundle-linux64/codeql test run languages/cpp

0 comments on commit 947afa0

Please sign in to comment.