Skip to content

Commit ce32210

Browse files
authored
Merge branch 'master' into master
2 parents 9e6137b + b7742a9 commit ce32210

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/Code_Coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
working-directory: ${{github.workspace}}/build/test
5050
run: lcov --capture --directory .. --output-file coverage.info
5151

52-
- uses: codecov/codecov-action@v5.1.2
52+
- uses: codecov/codecov-action@v5.3.1
5353
with:
5454
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5555
file: ${{github.workspace}}/build/test/coverage.info # optional

.github/workflows/Doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git push origin documentation-update-${{ steps.buildnumber.outputs.build_number }}
3939
4040
- name: Doxygen Action
41-
uses: mattnotmitt/doxygen-action@v1.9.8
41+
uses: mattnotmitt/doxygen-action@v1.12.0
4242
with:
4343
# Working directory
4444
working-directory: 'docs/'

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CMake
22

33
on:
44
push:
5+
branches: [ master ]
56
pull_request:
7+
branches: [ master ]
68
env:
79
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
810
BUILD_TYPE: Release

0 commit comments

Comments
 (0)