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 d1fc869 commit 2ed6a6a
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -14,10 +14,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Download and extract codeql-bundle
- name: Download and extract codeQL
run: |
curl -sSLO https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.15.5/codeql-bundle-linux64.tar.gz
tar -xzf codeql-bundle-linux64.tar.gz
- name: Run codeQL
run: |
tar -xzf codeql-bundle-linux64.tar.gz
codeql/codeql test run languages/cpp
5 changes: 5 additions & 0 deletions languages/cpp/doStmt/doStmtTest.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| doStmtCode.cpp:8:5:13:32 | do (...) ... | This is 'do' statement. |
| doStmtCode.cpp:9:9:11:36 | do (...) ... | This is 'do' statement. |
| doStmtCode.cpp:19:5:21:32 | do (...) ... | This is 'do' statement. |
| doStmtCode.cpp:28:5:30:19 | do (...) ... | This is 'do' statement. |
| doStmtCode.cpp:36:5:38:41 | do (...) ... | This is 'do' statement. |
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
| rangeBasedForStmtCode.cpp:4:5:6:5 | for(...:...) ... | This is range based 'for' statement. |
| rangeBasedForStmtCode.cpp:13:5:15:5 | for(...:...) ... | This is range based 'for' statement. |

0 comments on commit 2ed6a6a

Please sign in to comment.