From a66a21fbe15e691ed39d461a1328a955681af2e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:48:29 +0000 Subject: [PATCH] Chore [deps:github-actions]: Bump fingerprintjs/action-coverage-report-md Bumps [fingerprintjs/action-coverage-report-md](https://github.com/fingerprintjs/action-coverage-report-md) from 1.0.6 to 2.0.1. - [Release notes](https://github.com/fingerprintjs/action-coverage-report-md/releases) - [Commits](https://github.com/fingerprintjs/action-coverage-report-md/compare/b7fcda0d2891d215c6808d32ca249e43f55abe3f...72dfb7de7581612640a8e599e918b2eda98f9bba) --- updated-dependencies: - dependency-name: fingerprintjs/action-coverage-report-md dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 8617fd1c..97fc0a99 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -116,7 +116,7 @@ jobs: CI: 1 - name: Generate coverage markdown report id: coverage-markdown - uses: fingerprintjs/action-coverage-report-md@b7fcda0d2891d215c6808d32ca249e43f55abe3f # v1.0.6 + uses: fingerprintjs/action-coverage-report-md@72dfb7de7581612640a8e599e918b2eda98f9bba # v2.0.1 with: textReportPath: 'coverage/coverage.txt' srcBasePath: 'api/src' @@ -170,7 +170,7 @@ jobs: CI: 1 - name: Generate coverage markdown report id: coverage-markdown - uses: fingerprintjs/action-coverage-report-md@b7fcda0d2891d215c6808d32ca249e43f55abe3f # v1.0.6 + uses: fingerprintjs/action-coverage-report-md@72dfb7de7581612640a8e599e918b2eda98f9bba # v2.0.1 with: textReportPath: 'coverage/coverage.txt' srcBasePath: 'web/src'