From c475a6a099f4fcbafcc18adc8843d188a14cb8a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:31:22 +0000 Subject: [PATCH] Bump uhafner/quality-monitor from 2 to 3 Bumps [uhafner/quality-monitor](https://github.com/uhafner/quality-monitor) from 2 to 3. - [Release notes](https://github.com/uhafner/quality-monitor/releases) - [Commits](https://github.com/uhafner/quality-monitor/compare/v2...v3) --- updated-dependencies: - dependency-name: uhafner/quality-monitor dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-monitor-jenkins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality-monitor-jenkins.yml b/.github/workflows/quality-monitor-jenkins.yml index 8bd7a549..f22d49d2 100644 --- a/.github/workflows/quality-monitor-jenkins.yml +++ b/.github/workflows/quality-monitor-jenkins.yml @@ -45,7 +45,7 @@ jobs: uses: jwalton/gh-find-current-pr@v1 id: pr - name: Run Quality Monitor - uses: uhafner/quality-monitor@v2 + uses: uhafner/quality-monitor@v3 with: pr-number: ${{ steps.pr.outputs.number }} show-headers: true