Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
DrAlexD committed Jan 12, 2024
1 parent f33c9c5 commit bc8a516
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
curl -sSLO https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.16.0/codeql-bundle.tar.gz
curl -sSLO https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.5/codeql-bundle-linux64.tar.gz | tar -xz
install_and_run_codeql:
needs: download_codeql
Expand All @@ -22,5 +22,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
tar -xzf codeql-bundle.tar.gz
codeql test run languages\cpp
codeql/codeql test run languages/cpp

0 comments on commit bc8a516

Please sign in to comment.