From 2d2ed0162283deca3c4b017ed19a94c05121d812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 12:06:37 +0000 Subject: [PATCH] Bump insightsengineering/coverage-action from 2.5.1 to 2.6.0 Bumps [insightsengineering/coverage-action](https://github.com/insightsengineering/coverage-action) from 2.5.1 to 2.6.0. - [Release notes](https://github.com/insightsengineering/coverage-action/releases) - [Commits](https://github.com/insightsengineering/coverage-action/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: insightsengineering/coverage-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 385ec510..b12d19be 100644 --- a/.github/workflows/sqlserver-unit.yml +++ b/.github/workflows/sqlserver-unit.yml @@ -115,7 +115,7 @@ jobs: # Only do cov report on latest SQL Server version - name: Produce the coverage report - uses: insightsengineering/coverage-action@v2.5.1 + uses: insightsengineering/coverage-action@v2.6.0 id: cov-report if: ${{ matrix.sql_server == 2022 }} with: