From 31065c63741f2d6cdb400de04218e22c4e6bba5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:03:07 +0000 Subject: [PATCH] Bump insightsengineering/coverage-action from 3.0.1 to 3.0.3 Bumps [insightsengineering/coverage-action](https://github.com/insightsengineering/coverage-action) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/insightsengineering/coverage-action/releases) - [Commits](https://github.com/insightsengineering/coverage-action/compare/v3.0.1...v3.0.3) --- updated-dependencies: - dependency-name: insightsengineering/coverage-action dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 6152af39..0016ab16 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@v3.0.1 + uses: insightsengineering/coverage-action@v3.0.3 id: cov-report if: ${{ matrix.sql_server == 2022 }} with: