Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 committed Jan 17, 2024
1 parent 7b903e0 commit 88ab511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- 'master'
workflow_dispatch:

jobs:
download_and_run:
Expand All @@ -22,4 +23,4 @@ jobs:
tar -xzf codeql-bundle-linux64.tar.gz
- name: Run codeQL
run: |
codeql/codeql test run languages/cpp
codeql/codeql test run languages/cpp

0 comments on commit 88ab511

Please sign in to comment.