diff --git a/.github/workflows/quality-monitor-pit.yml b/.github/workflows/quality-monitor-pit.yml index 06f435eb6..48b5f9ee7 100644 --- a/.github/workflows/quality-monitor-pit.yml +++ b/.github/workflows/quality-monitor-pit.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 75ccd78f1..76a9d9ae8 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -29,7 +29,7 @@ jobs: NVD_API_KEY: ${{ secrets.NVD_API_KEY }} run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph -Powasp | tee maven.log - name: Run Quality Monitor - uses: uhafner/quality-monitor@v2 + uses: uhafner/quality-monitor@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} config: >