From e602ed7d6e3f405dcebd91e5e8b8f1c779df1e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:02:58 +0000 Subject: [PATCH] Bump insightsengineering/coverage-action from 3.0.1 to 3.0.2 Bumps [insightsengineering/coverage-action](https://github.com/insightsengineering/coverage-action) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/insightsengineering/coverage-action/releases) - [Commits](https://github.com/insightsengineering/coverage-action/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: insightsengineering/coverage-action dependency-version: 3.0.2 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..c8ab5f4a 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.2 id: cov-report if: ${{ matrix.sql_server == 2022 }} with: