Skip to content

Commit 95d125c

Browse files
authored
Merge pull request #444 from jenkinsci/dependabot/github_actions/uhafner/quality-monitor-3
Bump uhafner/quality-monitor from 2 to 3
2 parents 52376a3 + 39d1f3f commit 95d125c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quality-monitor-jenkins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: jwalton/gh-find-current-pr@v1
4646
id: pr
4747
- name: Run Quality Monitor
48-
uses: uhafner/quality-monitor@v2
48+
uses: uhafner/quality-monitor@v3
4949
with:
5050
pr-number: ${{ steps.pr.outputs.number }}
5151
show-headers: true

.github/workflows/update-badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build and test with Maven
2828
run: mvn -V --color always -ntp clean verify -Pci -Ppit -Pdepgraph | tee maven.log
2929
- name: Run Quality Monitor
30-
uses: uhafner/quality-monitor@v2
30+
uses: uhafner/quality-monitor@v3
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
config: >

0 commit comments

Comments
 (0)