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: >