From a83f6246f7eaf11a063fb3e98bb4581ffd32c05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:13:20 +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 d9cb3df4..e695f217 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'