From 93e9f7770ada06534661594c6a2b7d506c4390a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 12:22:26 +0000 Subject: [PATCH] Bump insightsengineering/coverage-action from 2.7.2 to 3.0.0 Bumps [insightsengineering/coverage-action](https://github.com/insightsengineering/coverage-action) from 2.7.2 to 3.0.0. - [Release notes](https://github.com/insightsengineering/coverage-action/releases) - [Commits](https://github.com/insightsengineering/coverage-action/compare/v2.7.2...v3.0.0) --- updated-dependencies: - dependency-name: insightsengineering/coverage-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sqlserver-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlserver-unit.yml b/.github/workflows/sqlserver-unit.yml index d8d033ee..5392f19c 100644 --- a/.github/workflows/sqlserver-unit.yml +++ b/.github/workflows/sqlserver-unit.yml @@ -114,7 +114,7 @@ jobs: # Only do cov report on latest SQL Server version - name: Produce the coverage report - uses: insightsengineering/coverage-action@v2.7.2 + uses: insightsengineering/coverage-action@v3.0.0 id: cov-report if: ${{ matrix.sql_server == 2022 }} with: