From 2efcab46a856baa3f754bb2e380ea403d14eafb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:50:56 +0000 Subject: [PATCH] Bump orgoro/coverage in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [orgoro/coverage](https://github.com/orgoro/coverage). Updates `orgoro/coverage` from 3.2 to 3.3 - [Release notes](https://github.com/orgoro/coverage/releases) - [Commits](https://github.com/orgoro/coverage/compare/v3.2...v3.3) --- updated-dependencies: - dependency-name: orgoro/coverage dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_validate.yml b/.github/workflows/build_and_validate.yml index e2a541ee0..bf1b927cd 100644 --- a/.github/workflows/build_and_validate.yml +++ b/.github/workflows/build_and_validate.yml @@ -55,7 +55,7 @@ jobs: fi - name: Get Cover - uses: orgoro/coverage@v3.2 + uses: orgoro/coverage@v3.3 continue-on-error: true with: coverageFile: ./coverage.xml