From 39d1f3fa770d211c1b73833bb36113e603a1a1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:36:34 +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 +- .github/workflows/update-badges.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-monitor-jenkins.yml b/.github/workflows/quality-monitor-jenkins.yml index e45601ee..1f15c2c2 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 diff --git a/.github/workflows/update-badges.yml b/.github/workflows/update-badges.yml index c368bfbc..66591d22 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -27,7 +27,7 @@ jobs: - name: Build and test with Maven run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph | tee maven.log - name: Run Quality Monitor - uses: uhafner/quality-monitor@v2 + uses: uhafner/quality-monitor@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} config: >