We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52376a3 + 39d1f3f commit 95d125cCopy full SHA for 95d125c
.github/workflows/quality-monitor-jenkins.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: jwalton/gh-find-current-pr@v1
46
id: pr
47
- name: Run Quality Monitor
48
- uses: uhafner/quality-monitor@v2
+ uses: uhafner/quality-monitor@v3
49
with:
50
pr-number: ${{ steps.pr.outputs.number }}
51
show-headers: true
.github/workflows/update-badges.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build and test with Maven
28
run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph | tee maven.log
29
30
31
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
config: >
0 commit comments