From 153ef8b7d7448a31560eb55c8faa3437bebb6017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:43:54 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 5 to 7 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4e2531..7748d1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: - name: Publish to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true # we weren't posting previously flags: ${{ runner.os }} From c4f6f87cdea0cde397952da46d9e808646d57f96 Mon Sep 17 00:00:00 2001 From: Niclas Larsson Date: Mon, 8 Jun 2026 23:35:17 +0200 Subject: [PATCH 2/2] ci: fix mangled comment in build matrix recommendations --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640eacf..f611770 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,7 @@ jobs: # Recommendations: # * support at least 2 operating systems # * support at least 2 compilers - # * make sure all supported configurations fc06ed2b4-4f72-452c-95ca-d240724471be - -or your project are built + # * make sure all supported configurations for your project are built # # Disable/enable builds in this list to meet the above recommendations # and your own projects needs