From 4e08ade07d2d28a4387a515283e328cfb242dfd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:11:04 +0100 Subject: [PATCH 1/3] Bump codecov/codecov-action from 5.1.2 to 5.3.1 (#488) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.1.2...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Code_Coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Code_Coverage.yml b/.github/workflows/Code_Coverage.yml index ff1390af..fd85127b 100644 --- a/.github/workflows/Code_Coverage.yml +++ b/.github/workflows/Code_Coverage.yml @@ -49,7 +49,7 @@ jobs: working-directory: ${{github.workspace}}/build/test run: lcov --capture --directory .. --output-file coverage.info - - uses: codecov/codecov-action@v5.1.2 + - uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos file: ${{github.workspace}}/build/test/coverage.info # optional From 769bb6f43bcf7995091f756d65449d4f5de1a90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:11:28 +0100 Subject: [PATCH 2/3] Bump mattnotmitt/doxygen-action from 1.9.8 to 1.12.0 (#489) Bumps [mattnotmitt/doxygen-action](https://github.com/mattnotmitt/doxygen-action) from 1.9.8 to 1.12.0. - [Release notes](https://github.com/mattnotmitt/doxygen-action/releases) - [Commits](https://github.com/mattnotmitt/doxygen-action/compare/v1.9.8...v1.12.0) --- updated-dependencies: - dependency-name: mattnotmitt/doxygen-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Doxygen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index f39a4ef5..9cf7f91c 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -38,7 +38,7 @@ jobs: git push origin documentation-update-${{ steps.buildnumber.outputs.build_number }} - name: Doxygen Action - uses: mattnotmitt/doxygen-action@v1.9.8 + uses: mattnotmitt/doxygen-action@v1.12.0 with: # Working directory working-directory: 'docs/' From b7742a9b462ecfbb5b9a19e7df65d62fddfd4518 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Mon, 3 Feb 2025 15:22:30 +0100 Subject: [PATCH 3/3] Reintroduced only branch master cmake.yml --- .github/workflows/cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6f2bf086..13ce0c9e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -2,7 +2,9 @@ name: CMake on: push: + branches: [ master ] pull_request: + branches: [ master ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)