File tree Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 1010# supported CodeQL languages.
1111#
1212name : " CodeQL"
13- on : [push]
13+ on : [push,pull_request ]
1414
1515jobs :
1616 analyze :
3232
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636
3737 - name : install tools
3838 run : |
Original file line number Diff line number Diff line change 55 build :
66 name : cppcheck-test
77 runs-on : ubuntu-latest
8+ permissions :
9+ contents : read
810 steps :
9- - uses : actions/checkout@v2
11+ - uses : actions/checkout@v4
1012
1113 - name : cppcheck
1214 uses : deep5050/cppcheck-action@main
1315 with :
14- github_token : ${{ secrets.GITHUB_TOKEN}}
15- std : c++17
16+ std : c++20
1617 inline_suppression : enable
1718 exclude_check : ./tests
1819 output_file : cppcheck_report.txt
Original file line number Diff line number Diff line change 11name : doxygen
2- on : [push]
2+ on : [push,pull_request ]
33
44jobs :
55 build :
66 name : doxygen-test
77 runs-on : ubuntu-latest
8+ permissions :
9+ contents : read
810 steps :
9- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1012 with :
1113 submodules : ' true'
1214
Original file line number Diff line number Diff line change 11name : quneiform
2- on : [push]
2+ on : [push,pull_request ]
33
44jobs :
55 build :
66 name : quneiform
77 runs-on : ubuntu-latest
8+ permissions :
9+ contents : read
810 steps :
9- - uses : actions/checkout@v3
11+ - uses : actions/checkout@v4
1012
1113 - name : install quneiform
1214 run : |
Original file line number Diff line number Diff line change 11name : macOS Build & Unit Tests
2- on : [push]
2+ on : [push,pull_request ]
33
44jobs :
55 build :
Original file line number Diff line number Diff line change 77# https://github.com/microsoft/msvc-code-analysis-action
88
99name : Microsoft C++ Code Analysis
10- on : [push]
10+ on : [push,pull_request ]
1111
1212env :
1313 # Path to the CMake build directory.
2828
2929 steps :
3030 - name : Checkout repository
31- uses : actions/checkout@v3
31+ uses : actions/checkout@v4
3232 with :
3333 submodules : ' true'
3434
Original file line number Diff line number Diff line change 11name : Spell Check
2- on : [push]
2+ on : [push,pull_request ]
33
44jobs :
55 check-unix :
66 runs-on : ubuntu-latest
7+ permissions :
8+ contents : read
79 name : Check Spelling
810
911 steps :
1012 - name : Checkout
11- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1214
1315 - name : Install codespell
1416 run : |
You can’t perform that action at this time.
0 commit comments