File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Install tools manually
2121 run : sudo apt-get install lcov gcovr
2222
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v7
2424
2525 - name : Configure CMake
2626 run : cmake -DTEST=ON -DCODE_COVERAGE=ON -B ${{github.workspace}}/build; sudo apt-get install lcov gcovr
Original file line number Diff line number Diff line change 1717 - ' example'
1818 - ' test'
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - name : Run clang-format style check
2222 uses : jidicula/clang-format-action@v4.18.0
2323 with :
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Configure CMake
2525 # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v6
43+ uses : actions/checkout@v7
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 88 name : cppcheck-test
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212
1313 - name : cppcheck
1414 uses : deep5050/cppcheck-action@main
Original file line number Diff line number Diff line change 2424 security-events : write
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v6
27+ uses : actions/checkout@v7
2828
2929 - name : flawfinder_scan
3030 uses : david-a-wheeler/flawfinder@c4216b74cf2639ffa98503768bd6e4299b5440c9
You can’t perform that action at this time.
0 commit comments